This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-01-13 07:30:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Inputs
History
Thomas Harte
f08d500fd6
Attempts to factor out the latest keyboard logic and hook it in from SDL also.
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