zeth / inputs

Cross-platform Python support for keyboards, mice and gamepads
BSD 3-Clause "New" or "Revised" License
269 stars 87 forks source link

get_key and get_mouse not working with python 3.8 #102

Open asztalosdani opened 2 years ago

asztalosdani commented 2 years ago

I tried the examples from the quickstart page. The get_gamepad works fine, but the get_key and get_mouse do not return anything. I can see them in devices.

I'm on windows with Python 3.8.6.

asztalosdani commented 2 years ago

Running it in python 2.7 works as expected, so it is a python 3.8 issue.