1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Inputs
Thomas Harte 294e09f275 All these 'override's can be 'final's.
At least for the purpose of being communicative. I doubt there's much to gain in terms of compiler output — the DiskImageHolder can avoid some virtual lookups but nothing else leaps out.
2020-01-23 22:57:51 -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 Shifts essential modifiers up to the Keyboard class. 2019-09-22 13:48:50 -04:00
Keyboard.hpp Corrects: KeyPad -> Keypad. Also fleshes out Atari ST keyboard mapping. 2019-11-09 18:02:14 -05:00
Mouse.hpp Starts sketching out an emulator interface for mice. 2019-06-11 17:47:24 -04:00