mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
evdev test
This commit is contained in:
@@ -911,10 +911,6 @@ def get_input_devices():
|
||||
dev_dict['is_mouse'] = True
|
||||
if 'KEY_ENTER' in cap_str and "KEY_Y" in cap_str:
|
||||
dev_dict['is_kb'] = True
|
||||
# print(this_device.name)
|
||||
# print(this_cap)
|
||||
# print(check_is_gamepad(this_cap))
|
||||
# print("!!!!!!!!!!!!!!!!!!!!!!")
|
||||
if check_is_gamepad(this_cap):
|
||||
dev_dict['is_gp'] = True
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user