Open Dudemullet opened 10 years ago
hey luis, I reworked how the inputs are being throttled such that it's independent of the OS's key-repeat settings. I can explain this later, but the important bits:
(put! move-down-chan true) ; => down button pressed
(put! move-down-chan false) ; => down button released
(put! move-left-chan true) ; => left button pressed
(put! move-left-chan false) ; => left button released
(put! move-right-chan true) ; => right button pressed
(put! move-right-chan false) ; => right button released
commit edc7fb7
I'm on it, thanks for the help.
Add ability to play using a gamepad.