1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/Inputs
2020-03-03 22:58:15 -05:00
..
QuadratureMouse All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
Joystick.hpp In all these instances, final => override. So no need to repeat myself. 2020-01-23 22:35:39 -05:00
Keyboard.cpp Further improvement: if in physical mode, but pressing an unrecognised key, attempt to 'type' it. 2020-03-02 22:08:54 -05:00
Keyboard.hpp Attempts to factor out the latest keyboard logic and hook it in from SDL also. 2020-03-03 22:58:15 -05:00
Mouse.hpp Starts sketching out an emulator interface for mice. 2019-06-11 17:47:24 -04:00