dingusppc/devices/common/adb
Mihai Parparita d45bba924d Fix "a" key always being as as a keyup
We were using an empty value on the second byte of the ADB keyboard
register 0, but that maps to the "a" key. This manifested itself
as the Key Caps DA never showing the "a" key as being down.

Switch to a non-existent key for the second byte.
2023-11-23 22:39:06 -08:00
..
adb.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
adb.h Clean up some ctors/dtors. 2022-01-10 17:56:24 +01:00
adbbus.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
adbbus.h Clean up #includes 2023-11-03 00:33:47 -07:00
adbdevice.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
adbdevice.h Fix tiny tipo in adbdevice.h 2023-11-09 11:51:33 +01:00
adbkeyboard.cpp Fix "a" key always being as as a keyup 2023-11-23 22:39:06 -08:00
adbkeyboard.h Clean up #includes 2023-11-03 00:33:47 -07:00
adbmouse.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
adbmouse.h Clean up #includes 2023-11-03 00:33:47 -07:00