summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:46:41 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:46:41 -0500
commitd16e22d04ca6fe31fa8387fd5ca3cb014357f159 (patch)
treeb46091b7e592312d10241540067a329d745f6891 /examples
parentd0b686b4f48621c6a5adc5a0e115de77a0ba3724 (diff)
input: Move joystick module to sly/input directory.
* sly/joystick.scm: Delete. * sly/input/joystick.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old one. * examples/joystick.scm: Use (sly input joystick) module.
Diffstat (limited to 'examples')
-rw-r--r--examples/joystick.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/joystick.scm b/examples/joystick.scm
index 6714ff3..1f429ce 100644
--- a/examples/joystick.scm
+++ b/examples/joystick.scm
@@ -26,7 +26,7 @@
(sly repl)
(sly render sprite)
(sly render texture)
- (sly joystick)
+ (sly input joystick)
(sly signal)
(sly window)
(sly vector)