diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-04-01 09:51:05 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-04-01 09:51:05 -0400 |
commit | 85704a5b67bd1d1d31cd4e6ca04be488c5fe64d8 (patch) | |
tree | 5f738857538698df9aa348a0e471357881d13da7 /Makefile.am | |
parent | 429d7c01b04728fec4bc3896ec70bd970ceecc04 (diff) |
input: Add keyboard module.
* sdl2/bindings.scm (sdl-get-keyboard-state): New procedure.
* sdl2/input/keyboard.scm: New file.
* Makefile.am (SOURCES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 17bcf42..d884ffc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ SOURCES = \ sdl2/render.scm \ sdl2/video.scm \ sdl2/events.scm \ + sdl2/input/keyboard.scm \ sdl2/input/joystick.scm \ sdl2/input/game-controller.scm \ sdl2/input/text.scm |