Class SDL_GamepadButtonLabel
java.lang.Object
club.doki7.sdl3.enumtype.SDL_GamepadButtonLabel
The set of gamepad button labels
This isn't a complete set, just the face buttons to make it easy to show button prompts.
For a complete set, you should look at the button and gamepad type and have a set of symbols that work well with your art style.
Since: This enum is available since SDL 3.2.0.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
UNKNOWN
public static final int UNKNOWN- See Also:
-
A
public static final int A- See Also:
-
B
public static final int B- See Also:
-
X
public static final int X- See Also:
-
Y
public static final int Y- See Also:
-
CROSS
public static final int CROSS- See Also:
-
CIRCLE
public static final int CIRCLE- See Also:
-
SQUARE
public static final int SQUARE- See Also:
-
TRIANGLE
public static final int TRIANGLE- See Also:
-
-
Method Details
-
explain
-