From d16e22d04ca6fe31fa8387fd5ca3cb014357f159 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 8 Nov 2014 08:46:41 -0500 Subject: 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. --- examples/joystick.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/joystick.scm') 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) -- cgit v1.2.3