From 85704a5b67bd1d1d31cd4e6ca04be488c5fe64d8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 1 Apr 2017 09:51:05 -0400 Subject: input: Add keyboard module. * sdl2/bindings.scm (sdl-get-keyboard-state): New procedure. * sdl2/input/keyboard.scm: New file. * Makefile.am (SOURCES): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3