moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.74k stars 244 forks source link

Fixed a small issue that mouse event didn't work on Windows XP #508

Open xiashao1980 opened 1 year ago

xiashao1980 commented 1 year ago

Just give the third parameter of SetWindowsHookEx a valid hInstance. Then it can work normally on Windows XP now.