bindbc.sdl.bind.sdlgamecontroller

Undocumented in source.

Members

Aliases

pSDL_GameControllerAddMapping
alias pSDL_GameControllerAddMapping = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerAddMappingsFromRW
alias pSDL_GameControllerAddMappingsFromRW = int function(SDL_RWops*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerClose
alias pSDL_GameControllerClose = void function(SDL_GameController*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerEventState
alias pSDL_GameControllerEventState = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerFromInstanceID
alias pSDL_GameControllerFromInstanceID = SDL_GameController* function(SDL_JoystickID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetAttached
alias pSDL_GameControllerGetAttached = SDL_bool function(SDL_GameController*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetAxis
alias pSDL_GameControllerGetAxis = short function(SDL_GameController*, SDL_GameControllerAxis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetAxisFromString
alias pSDL_GameControllerGetAxisFromString = SDL_GameControllerAxis function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetBindForAxis
alias pSDL_GameControllerGetBindForAxis = SDL_GameControllerButtonBind function(SDL_GameController*, SDL_GameControllerAxis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetBindForButton
alias pSDL_GameControllerGetBindForButton = SDL_GameControllerButtonBind function(SDL_GameController*, SDL_GameControllerButton)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetButton
alias pSDL_GameControllerGetButton = ubyte function(SDL_GameController*, SDL_GameControllerButton)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetButtonFromString
alias pSDL_GameControllerGetButtonFromString = SDL_GameControllerButton function(const(char*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetJoystick
alias pSDL_GameControllerGetJoystick = SDL_Joystick* function(SDL_GameController*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetPlayerIndex
alias pSDL_GameControllerGetPlayerIndex = int function(SDL_GameController*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetProduct
alias pSDL_GameControllerGetProduct = ushort function(SDL_GameController*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetProductVersion
alias pSDL_GameControllerGetProductVersion = ushort function(SDL_GameController*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetStringForAxis
alias pSDL_GameControllerGetStringForAxis = const(char)* function(SDL_GameControllerAxis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetStringForButton
alias pSDL_GameControllerGetStringForButton = const(char)* function(SDL_GameControllerButton)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerGetVendor
alias pSDL_GameControllerGetVendor = ushort function(SDL_GameController*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerMapping
alias pSDL_GameControllerMapping = char* function(SDL_GameController*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerMappingForDeviceIndex
alias pSDL_GameControllerMappingForDeviceIndex = char* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerMappingForGUID
alias pSDL_GameControllerMappingForGUID = char* function(SDL_JoystickGUID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerMappingForIndex
alias pSDL_GameControllerMappingForIndex = char* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerName
alias pSDL_GameControllerName = const(char)* function(SDL_GameController*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerNameForIndex
alias pSDL_GameControllerNameForIndex = const(char)* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerNumMappings
alias pSDL_GameControllerNumMappings = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerOpen
alias pSDL_GameControllerOpen = SDL_GameController* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerRumble
alias pSDL_GameControllerRumble = int function(SDL_GameController*, ushort, ushort, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GameControllerUpdate
alias pSDL_GameControllerUpdate = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_IsGameController
alias pSDL_IsGameController = SDL_bool function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_GameControllerAxis
enum SDL_GameControllerAxis
Undocumented in source.
SDL_GameControllerBindType
enum SDL_GameControllerBindType
Undocumented in source.
SDL_GameControllerButton
enum SDL_GameControllerButton
Undocumented in source.

Functions

SDL_GameControllerAddMapping
int SDL_GameControllerAddMapping(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerAddMappingsFromFile
int SDL_GameControllerAddMappingsFromFile(const(char)* file)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_GameControllerAddMappingsFromRW
int SDL_GameControllerAddMappingsFromRW(SDL_RWops* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerClose
void SDL_GameControllerClose(SDL_GameController* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerEventState
int SDL_GameControllerEventState(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerFromInstanceID
SDL_GameController* SDL_GameControllerFromInstanceID(SDL_JoystickID )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetAttached
SDL_bool SDL_GameControllerGetAttached(SDL_GameController* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetAxis
short SDL_GameControllerGetAxis(SDL_GameController* , SDL_GameControllerAxis )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetAxisFromString
SDL_GameControllerAxis SDL_GameControllerGetAxisFromString(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetBindForAxis
SDL_GameControllerButtonBind SDL_GameControllerGetBindForAxis(SDL_GameController* , SDL_GameControllerAxis )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetBindForButton
SDL_GameControllerButtonBind SDL_GameControllerGetBindForButton(SDL_GameController* , SDL_GameControllerButton )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetButton
ubyte SDL_GameControllerGetButton(SDL_GameController* , SDL_GameControllerButton )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetButtonFromString
SDL_GameControllerButton SDL_GameControllerGetButtonFromString(const(char*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetJoystick
SDL_Joystick* SDL_GameControllerGetJoystick(SDL_GameController* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetPlayerIndex
int SDL_GameControllerGetPlayerIndex(SDL_GameController* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetProduct
ushort SDL_GameControllerGetProduct(SDL_GameController* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetProductVersion
ushort SDL_GameControllerGetProductVersion(SDL_GameController* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetStringForAxis
const(char)* SDL_GameControllerGetStringForAxis(SDL_GameControllerAxis )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetStringForButton
const(char)* SDL_GameControllerGetStringForButton(SDL_GameControllerButton )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerGetVendor
ushort SDL_GameControllerGetVendor(SDL_GameController* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerMapping
char* SDL_GameControllerMapping(SDL_GameController* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerMappingForDeviceIndex
char* SDL_GameControllerMappingForDeviceIndex(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerMappingForGUID
char* SDL_GameControllerMappingForGUID(SDL_JoystickGUID )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerMappingForIndex
char* SDL_GameControllerMappingForIndex(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerName
const(char)* SDL_GameControllerName(SDL_GameController* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerNameForIndex
const(char)* SDL_GameControllerNameForIndex(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerNumMappings
int SDL_GameControllerNumMappings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerOpen
SDL_GameController* SDL_GameControllerOpen(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerRumble
int SDL_GameControllerRumble(SDL_GameController* , ushort , ushort , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GameControllerUpdate
void SDL_GameControllerUpdate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_IsGameController
SDL_bool SDL_IsGameController(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SDL_GameControllerAddMapping
pSDL_GameControllerAddMapping SDL_GameControllerAddMapping;
Undocumented in source.
SDL_GameControllerAddMappingsFromRW
pSDL_GameControllerAddMappingsFromRW SDL_GameControllerAddMappingsFromRW;
Undocumented in source.
SDL_GameControllerClose
pSDL_GameControllerClose SDL_GameControllerClose;
Undocumented in source.
SDL_GameControllerEventState
pSDL_GameControllerEventState SDL_GameControllerEventState;
Undocumented in source.
SDL_GameControllerFromInstanceID
pSDL_GameControllerFromInstanceID SDL_GameControllerFromInstanceID;
Undocumented in source.
SDL_GameControllerGetAttached
pSDL_GameControllerGetAttached SDL_GameControllerGetAttached;
Undocumented in source.
SDL_GameControllerGetAxis
pSDL_GameControllerGetAxis SDL_GameControllerGetAxis;
Undocumented in source.
SDL_GameControllerGetAxisFromString
pSDL_GameControllerGetAxisFromString SDL_GameControllerGetAxisFromString;
Undocumented in source.
SDL_GameControllerGetBindForAxis
pSDL_GameControllerGetBindForAxis SDL_GameControllerGetBindForAxis;
Undocumented in source.
SDL_GameControllerGetBindForButton
pSDL_GameControllerGetBindForButton SDL_GameControllerGetBindForButton;
Undocumented in source.
SDL_GameControllerGetButton
pSDL_GameControllerGetButton SDL_GameControllerGetButton;
Undocumented in source.
SDL_GameControllerGetButtonFromString
pSDL_GameControllerGetButtonFromString SDL_GameControllerGetButtonFromString;
Undocumented in source.
SDL_GameControllerGetJoystick
pSDL_GameControllerGetJoystick SDL_GameControllerGetJoystick;
Undocumented in source.
SDL_GameControllerGetPlayerIndex
pSDL_GameControllerGetPlayerIndex SDL_GameControllerGetPlayerIndex;
Undocumented in source.
SDL_GameControllerGetProduct
pSDL_GameControllerGetProduct SDL_GameControllerGetProduct;
Undocumented in source.
SDL_GameControllerGetProductVersion
pSDL_GameControllerGetProductVersion SDL_GameControllerGetProductVersion;
Undocumented in source.
SDL_GameControllerGetStringForAxis
pSDL_GameControllerGetStringForAxis SDL_GameControllerGetStringForAxis;
Undocumented in source.
SDL_GameControllerGetStringForButton
pSDL_GameControllerGetStringForButton SDL_GameControllerGetStringForButton;
Undocumented in source.
SDL_GameControllerGetVendor
pSDL_GameControllerGetVendor SDL_GameControllerGetVendor;
Undocumented in source.
SDL_GameControllerMapping
pSDL_GameControllerMapping SDL_GameControllerMapping;
Undocumented in source.
SDL_GameControllerMappingForDeviceIndex
pSDL_GameControllerMappingForDeviceIndex SDL_GameControllerMappingForDeviceIndex;
Undocumented in source.
SDL_GameControllerMappingForGUID
pSDL_GameControllerMappingForGUID SDL_GameControllerMappingForGUID;
Undocumented in source.
SDL_GameControllerMappingForIndex
pSDL_GameControllerMappingForIndex SDL_GameControllerMappingForIndex;
Undocumented in source.
SDL_GameControllerName
pSDL_GameControllerName SDL_GameControllerName;
Undocumented in source.
SDL_GameControllerNameForIndex
pSDL_GameControllerNameForIndex SDL_GameControllerNameForIndex;
Undocumented in source.
SDL_GameControllerNumMappings
pSDL_GameControllerNumMappings SDL_GameControllerNumMappings;
Undocumented in source.
SDL_GameControllerOpen
pSDL_GameControllerOpen SDL_GameControllerOpen;
Undocumented in source.
SDL_GameControllerRumble
pSDL_GameControllerRumble SDL_GameControllerRumble;
Undocumented in source.
SDL_GameControllerUpdate
pSDL_GameControllerUpdate SDL_GameControllerUpdate;
Undocumented in source.
SDL_IsGameController
pSDL_IsGameController SDL_IsGameController;
Undocumented in source.

Structs

SDL_GameController
struct SDL_GameController
Undocumented in source.
SDL_GameControllerButtonBind
struct SDL_GameControllerButtonBind
Undocumented in source.

Meta