From 34ec6b54f26445ff4a5d0740d477a06f55521f53 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 23 Oct 2022 07:13:48 -0400 Subject: Add beginnings of sensor API bindings. Not adding anything to manual at this time because the bindings aren't really usable yet. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6d435ea..2e6e48b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,8 @@ SOURCES = \ sdl2/input/joystick.scm \ sdl2/input/game-controller.scm \ sdl2/input/mouse.scm \ - sdl2/input/text.scm + sdl2/input/text.scm \ + sdl2/input/sensor.scm if HAVE_SDL2_IMAGE -- cgit v1.2.3