aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/input.h
diff options
context:
space:
mode:
authorptitSeb2017-12-02 12:26:09 +0100
committerptitSeb2017-12-02 12:26:09 +0100
commitb8de876ec0175eaff41075bb5952ef9b09d4f438 (patch)
tree37715d7ba5f65a0ba5cf2524f656becd35f3ae1a /src/sdl/input.h
parent8b0a7091f58ee0b5ff68af9e4b14afc0ea6d6fe8 (diff)
downloadhydracastlelabyrinth-b8de876ec0175eaff41075bb5952ef9b09d4f438.tar.gz
hydracastlelabyrinth-b8de876ec0175eaff41075bb5952ef9b09d4f438.tar.bz2
hydracastlelabyrinth-b8de876ec0175eaff41075bb5952ef9b09d4f438.zip
Added Joystick support (only 1st joystick, better use a XBox360 type)
Diffstat (limited to 'src/sdl/input.h')
-rw-r--r--src/sdl/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl/input.h b/src/sdl/input.h
index ec627f6..b5c6507 100644
--- a/src/sdl/input.h
+++ b/src/sdl/input.h
@@ -15,6 +15,7 @@ extern Button btnL, btnR;
extern Button btnStart, btnSelect;
extern Button btnAccept, btnDecline;
extern int axisX, axisY;
+extern int useJoystick;
void PHL_ScanInput();