Skip to content

TSdlGamepadButtonLabel

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.

Definition

Unit: Neslib.Sdl3.Input

type TSdlGamepadButtonLabel = (Unknown, A, B, X, Y, Cross, Circle, Square, Triangle)

Enumeration Values

Unknown = SDL_GAMEPAD_BUTTON_LABEL_UNKNOWN


A = SDL_GAMEPAD_BUTTON_LABEL_A


B = SDL_GAMEPAD_BUTTON_LABEL_B


X = SDL_GAMEPAD_BUTTON_LABEL_X


Y = SDL_GAMEPAD_BUTTON_LABEL_Y


Cross = SDL_GAMEPAD_BUTTON_LABEL_CROSS


Circle = SDL_GAMEPAD_BUTTON_LABEL_CIRCLE


Square = SDL_GAMEPAD_BUTTON_LABEL_SQUARE


Triangle = SDL_GAMEPAD_BUTTON_LABEL_TRIANGLE