diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-02-28 23:50:12 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-02-28 23:50:12 -0800 |
commit | 7e380229cdc766edc88ee443797763e24b2a97bc (patch) | |
tree | fb44751cf2c2112a8d67ff789c179c6f8725774f /io.h | |
parent | f38bb8e55d1df64f8fb85d7dc58eb2902198ed97 (diff) |
Implement keyboard capture functionality
Diffstat (limited to 'io.h')
-rw-r--r-- | io.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ typedef struct { io_port ports[3]; uint8_t mouse_mode; uint8_t mouse_captured; + uint8_t keyboard_captured; } sega_io; #define GAMEPAD_TH0 0 |