diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/joystick.scm | 2 |
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) |