Fixed start button mapping for PS3 controller.

This commit is contained in:
Will Winder 2014-02-17 15:12:11 -05:00
parent 0f96a5a47b
commit 64108864a7
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class GL2JNIActivity extends Activity {
OuyaController.BUTTON_DPAD_LEFT, key_CONT_DPAD_LEFT,
OuyaController.BUTTON_DPAD_RIGHT, key_CONT_DPAD_RIGHT,
OuyaController.BUTTON_R1, key_CONT_START
KeyEvent.KEYCODE_BUTTON_START, key_CONT_START
};
} else if (InputDevice.getDevice(joys[i]).getName()