SDL_GetRealGamepadType

Get the type of an opened gamepad, ignoring any mapping override.

extern (C) nothrow @nogc extern
SDL_GetRealGamepadType

Parameters

gamepad SDL_Gamepad*

the gamepad object to query.

Return Value

the gamepad type, or SDL_GAMEPAD_TYPE_UNKNOWN if it's not available.

See Also

Meta