Merge: gamnit keys: simple service to keep track of pressed keys
authorJean Privat <jean@pryen.org>
Thu, 21 Jan 2016 01:19:34 +0000 (20:19 -0500)
committerJean Privat <jean@pryen.org>
Thu, 21 Jan 2016 01:19:34 +0000 (20:19 -0500)
This simple service can be incredibly useful in games where a key held down causes an event at each frame, like walking forward by pressing `w`.

I use this in the 3D version of Tinks! Which should be ready for a PR in a near future.

Pull-Request: #1922
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge