dingusppc/devices/common/adb
Mihai Parparita 73272b28dd Implement the ADB keyboard
Besides generating KeyboardEvents in the SDL event handler and
returning the key state in the register 0 reads of the AdbKeyboard
device, we also needed to generalize the ADB bus polling a bit. We now
check all devices that have the service request bit set, instead of
hardcoding the mouse.

The SDL key event -> ADB raw key code mapping is based on BasiliskII/
SheepShaver's, but cleaned up a bit.
2023-10-11 23:43:20 -07: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 Implement the ADB keyboard 2023-10-11 23:43:20 -07:00
adbbus.h Implement the ADB keyboard 2023-10-11 23:43:20 -07:00
adbdevice.cpp Implement the ADB keyboard 2023-10-11 23:43:20 -07:00
adbdevice.h Implement the ADB keyboard 2023-10-11 23:43:20 -07:00
adbkeyboard.cpp Implement the ADB keyboard 2023-10-11 23:43:20 -07:00
adbkeyboard.h Implement the ADB keyboard 2023-10-11 23:43:20 -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