public static final int |
SDL_CONTROLLER_AXIS_INVALID |
-1 |
public static final int |
SDL_CONTROLLER_AXIS_LEFTX |
0 |
public static final int |
SDL_CONTROLLER_AXIS_LEFTY |
1 |
public static final int |
SDL_CONTROLLER_AXIS_MAX |
6 |
public static final int |
SDL_CONTROLLER_AXIS_RIGHTX |
2 |
public static final int |
SDL_CONTROLLER_AXIS_RIGHTY |
3 |
public static final int |
SDL_CONTROLLER_AXIS_TRIGGERLEFT |
4 |
public static final int |
SDL_CONTROLLER_AXIS_TRIGGERRIGHT |
5 |
public static final int |
SDL_CONTROLLER_BINDTYPE_AXIS |
2 |
public static final int |
SDL_CONTROLLER_BINDTYPE_BUTTON |
1 |
public static final int |
SDL_CONTROLLER_BINDTYPE_HAT |
3 |
public static final int |
SDL_CONTROLLER_BINDTYPE_NONE |
0 |
public static final int |
SDL_CONTROLLER_BUTTON_A |
0 |
public static final int |
SDL_CONTROLLER_BUTTON_B |
1 |
public static final int |
SDL_CONTROLLER_BUTTON_BACK |
4 |
public static final int |
SDL_CONTROLLER_BUTTON_DPAD_DOWN |
12 |
public static final int |
SDL_CONTROLLER_BUTTON_DPAD_LEFT |
13 |
public static final int |
SDL_CONTROLLER_BUTTON_DPAD_RIGHT |
14 |
public static final int |
SDL_CONTROLLER_BUTTON_DPAD_UP |
11 |
public static final int |
SDL_CONTROLLER_BUTTON_GUIDE |
5 |
public static final int |
SDL_CONTROLLER_BUTTON_INVALID |
-1 |
public static final int |
SDL_CONTROLLER_BUTTON_LEFTSHOULDER |
9 |
public static final int |
SDL_CONTROLLER_BUTTON_LEFTSTICK |
7 |
public static final int |
SDL_CONTROLLER_BUTTON_MAX |
15 |
public static final int |
SDL_CONTROLLER_BUTTON_RIGHTSHOULDER |
10 |
public static final int |
SDL_CONTROLLER_BUTTON_RIGHTSTICK |
8 |
public static final int |
SDL_CONTROLLER_BUTTON_START |
6 |
public static final int |
SDL_CONTROLLER_BUTTON_X |
2 |
public static final int |
SDL_CONTROLLER_BUTTON_Y |
3 |
public static final int |
SDL_CONTROLLER_TYPE_NINTENDO_SWITCH_PRO |
5 |
public static final int |
SDL_CONTROLLER_TYPE_PS3 |
3 |
public static final int |
SDL_CONTROLLER_TYPE_PS4 |
4 |
public static final int |
SDL_CONTROLLER_TYPE_UNKNOWN |
0 |
public static final int |
SDL_CONTROLLER_TYPE_VIRTUAL |
6 |
public static final int |
SDL_CONTROLLER_TYPE_XBOX360 |
1 |
public static final int |
SDL_CONTROLLER_TYPE_XBOXONE |
2 |
public static final int |
SDL_HAT_CENTERED |
0 |
public static final int |
SDL_HAT_DOWN |
4 |
public static final int |
SDL_HAT_LEFT |
8 |
public static final int |
SDL_HAT_LEFTDOWN |
12 |
public static final int |
SDL_HAT_LEFTUP |
9 |
public static final int |
SDL_HAT_RIGHT |
2 |
public static final int |
SDL_HAT_RIGHTDOWN |
6 |
public static final int |
SDL_HAT_RIGHTUP |
3 |
public static final int |
SDL_HAT_UP |
1 |
public static final int |
SDL_JOYSTICK_POWER_EMPTY |
0 |
public static final int |
SDL_JOYSTICK_POWER_FULL |
3 |
public static final int |
SDL_JOYSTICK_POWER_LOW |
1 |
public static final int |
SDL_JOYSTICK_POWER_MAX |
5 |
public static final int |
SDL_JOYSTICK_POWER_MEDIUM |
2 |
public static final int |
SDL_JOYSTICK_POWER_UNKNOWN |
-1 |
public static final int |
SDL_JOYSTICK_POWER_WIRED |
4 |