From 1a8ffb0ea7233c55148118c09a7b281673df86c2 Mon Sep 17 00:00:00 2001 From: Jordan Russell Date: Thu, 10 Jul 2014 21:29:02 -0700 Subject: Add joystick module. * sly/joystick.scm: New file. * examples/joystick.scm: New file. * Makefile.am (SOURCES): Add sly/joystick.scm. * TODO.org (Input): Mark as 'done'. * sly/math.scm (linear-scale): New procedure. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 59c89c0..ed5cb6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ SOURCES = \ sly/transition.scm \ sly/vector.scm \ sly/window.scm \ + sly/joystick.scm \ $(WRAPPER_SOURCES) WRAPPER_SOURCES = \ -- cgit v1.2.3