From b8de876ec0175eaff41075bb5952ef9b09d4f438 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 2 Dec 2017 12:26:09 +0100 Subject: Added Joystick support (only 1st joystick, better use a XBox360 type) --- src/sdl/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sdl/input.h') 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(); -- cgit v1.2.3