allaie le slender!

This commit is contained in:
2025-08-29 09:17:18 +02:00
parent 594645246c
commit c87182a3fb
9 changed files with 90 additions and 0 deletions

10
test_input.py Normal file
View 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)