Class SDL_GamepadBindingType
java.lang.Object
club.doki7.sdl3.enumtype.SDL_GamepadBindingType
Types of gamepad control bindings.
A gamepad is a collection of bindings that map arbitrary joystick buttons, axes and hat switches to specific positions on a generic console-style gamepad. This enum is used as part of SDL_GamepadBinding to specify those mappings.
Since: This enum is available since SDL 3.2.0.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NONE
public static final int NONE- See Also:
-
BUTTON
public static final int BUTTON- See Also:
-
AXIS
public static final int AXIS- See Also:
-
HAT
public static final int HAT- See Also:
-
-
Method Details
-
explain
-