From 1444ee277300bfbdb839a72db5e842104a1be741 Mon Sep 17 00:00:00 2001 From: Ryan Dortmans Date: Mon, 27 Sep 2004 08:21:54 +0000 Subject: [PATCH] Map controls for new input handler --- stepmania/src/ScreenMapControllers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenMapControllers.cpp b/stepmania/src/ScreenMapControllers.cpp index 9cbd363423..71457605ab 100644 --- a/stepmania/src/ScreenMapControllers.cpp +++ b/stepmania/src/ScreenMapControllers.cpp @@ -186,9 +186,9 @@ void ScreenMapControllers::Input( const DeviceInput& DeviceI, const InputEventTy button = KEY_UP; else if(DeviceI.button == JOY_HAT_DOWN) button = KEY_DOWN; - else if(DeviceI.button == JOY_9) + else if(DeviceI.button == JOY_AUX_1) button = KEY_ENTER; - else if(DeviceI.button == JOY_10) + else if(DeviceI.button == JOY_AUX_2) button = KEY_ESC; else if(DeviceI.button == JOY_1 || DeviceI.button == JOY_2 || DeviceI.button == JOY_3 || DeviceI.button == JOY_4)