allaie le slender!
This commit is contained in:
10
test_input.py
Normal file
10
test_input.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import inputs
|
||||
|
||||
print(inputs.devices.gamepads)
|
||||
|
||||
while True:
|
||||
events = inputs.get_gamepad()
|
||||
for event in events:
|
||||
if "ABS" not in event.code and "REPORT" not in event.code :
|
||||
print(event.ev_type, event.code, event.state)
|
||||
|
||||
Reference in New Issue
Block a user