inputs icon indicating copy to clipboard operation
inputs copied to clipboard

inputs.UnknownEventType: We don't know what kind of event a Key is.

Open themixray opened this issue 3 years ago • 1 comments

code:

print(inputs.DeviceManager().gamepads[0].read())

themixray avatar Jan 29 '22 13:01 themixray

I also have this issue. To detect gamepads which have been plugged in after the program is started, you need to create a new DeviceManager() instance. However, whenever I try to use a gamepad gotten from a new DeviceManager instance, I get an inputs.UnknownEventType error.

BirdLogics avatar Apr 17 '22 18:04 BirdLogics