SDL_GetGamepadSteamHandle

Get the Steam Input handle of an opened gamepad, if available.

Returns an InputHandle_t for the gamepad that can be used with Steam Input API: https://partner.steamgames.com/doc/api/ISteamInput

extern (C) nothrow @nogc extern
SDL_GetGamepadSteamHandle

Parameters

gamepad SDL_Gamepad*

the gamepad object to query.

Return Value

Type: Uint64

the gamepad handle, or 0 if unavailable.

Meta