- SDL_JoystickID
alias SDL_JoystickID = int
Undocumented in source.
- pSDL_JoystickClose
alias pSDL_JoystickClose = void function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickCurrentPowerLevel
alias pSDL_JoystickCurrentPowerLevel = SDL_JoystickPowerLevel function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickEventState
alias pSDL_JoystickEventState = 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_JoystickFromInstanceID
alias pSDL_JoystickFromInstanceID = SDL_Joystick* 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_JoystickGetAttached
alias pSDL_JoystickGetAttached = SDL_bool function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetAxis
alias pSDL_JoystickGetAxis = short function(SDL_Joystick*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetAxisInitialState
alias pSDL_JoystickGetAxisInitialState = SDL_bool function(SDL_Joystick*, int, short*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetBall
alias pSDL_JoystickGetBall = int function(SDL_Joystick*, int, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetButton
alias pSDL_JoystickGetButton = ubyte function(SDL_Joystick*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetDeviceGUID
alias pSDL_JoystickGetDeviceGUID = SDL_JoystickGUID 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_JoystickGetDeviceInstanceID
alias pSDL_JoystickGetDeviceInstanceID = SDL_JoystickType 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_JoystickGetDevicePlayerIndex
alias pSDL_JoystickGetDevicePlayerIndex = 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_JoystickGetDeviceProduct
alias pSDL_JoystickGetDeviceProduct = ushort 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_JoystickGetDeviceProductVersion
alias pSDL_JoystickGetDeviceProductVersion = ushort 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_JoystickGetDeviceType
alias pSDL_JoystickGetDeviceType = SDL_JoystickType 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_JoystickGetDeviceVendor
alias pSDL_JoystickGetDeviceVendor = ushort 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_JoystickGetGUID
alias pSDL_JoystickGetGUID = SDL_JoystickGUID function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetGUIDFromString
alias pSDL_JoystickGetGUIDFromString = SDL_JoystickGUID 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_JoystickGetGUIDString
alias pSDL_JoystickGetGUIDString = 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_JoystickGetHat
alias pSDL_JoystickGetHat = ubyte function(SDL_Joystick*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetPlayerIndex
alias pSDL_JoystickGetPlayerIndex = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetProduct
alias pSDL_JoystickGetProduct = ushort function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetProductVersion
alias pSDL_JoystickGetProductVersion = ushort function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetType
alias pSDL_JoystickGetType = SDL_JoystickType function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetVendor
alias pSDL_JoystickGetVendor = ushort function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickInstanceID
alias pSDL_JoystickInstanceID = SDL_JoystickID function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickName
alias pSDL_JoystickName = const(char)* function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickNameForIndex
alias pSDL_JoystickNameForIndex = 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_JoystickNumAxes
alias pSDL_JoystickNumAxes = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickNumBalls
alias pSDL_JoystickNumBalls = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickNumButtons
alias pSDL_JoystickNumButtons = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickNumHats
alias pSDL_JoystickNumHats = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickOpen
alias pSDL_JoystickOpen = SDL_Joystick* 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_JoystickRumble
alias pSDL_JoystickRumble = int function(SDL_Joystick*, 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_JoystickUpdate
alias pSDL_JoystickUpdate = 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_LockJoysticks
alias pSDL_LockJoysticks = 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_NumJoysticks
alias pSDL_NumJoysticks = 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_UnlockJoysticks
alias pSDL_UnlockJoysticks = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickClose
void SDL_JoystickClose(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickCurrentPowerLevel
SDL_JoystickPowerLevel SDL_JoystickCurrentPowerLevel(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickEventState
int SDL_JoystickEventState(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickFromInstanceID
SDL_Joystick* SDL_JoystickFromInstanceID(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_JoystickGetAttached
SDL_bool SDL_JoystickGetAttached(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetAxis
short SDL_JoystickGetAxis(SDL_Joystick* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetAxisInitialState
SDL_bool SDL_JoystickGetAxisInitialState(SDL_Joystick* , int , short* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetBall
int SDL_JoystickGetBall(SDL_Joystick* , int , int* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetButton
ubyte SDL_JoystickGetButton(SDL_Joystick* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetDeviceGUID
SDL_JoystickGUID SDL_JoystickGetDeviceGUID(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetDeviceInstanceID
SDL_JoystickType SDL_JoystickGetDeviceInstanceID(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetDevicePlayerIndex
int SDL_JoystickGetDevicePlayerIndex(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetDeviceProduct
ushort SDL_JoystickGetDeviceProduct(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetDeviceProductVersion
ushort SDL_JoystickGetDeviceProductVersion(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetDeviceType
SDL_JoystickType SDL_JoystickGetDeviceType(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetDeviceVendor
ushort SDL_JoystickGetDeviceVendor(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetGUID
SDL_JoystickGUID SDL_JoystickGetGUID(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetGUIDFromString
SDL_JoystickGUID SDL_JoystickGetGUIDFromString(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_JoystickGetGUIDString
char* SDL_JoystickGetGUIDString(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_JoystickGetHat
ubyte SDL_JoystickGetHat(SDL_Joystick* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetPlayerIndex
int SDL_JoystickGetPlayerIndex(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetProduct
ushort SDL_JoystickGetProduct(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetProductVersion
ushort SDL_JoystickGetProductVersion(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetType
SDL_JoystickType SDL_JoystickGetType(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetVendor
ushort SDL_JoystickGetVendor(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickInstanceID
SDL_JoystickID SDL_JoystickInstanceID(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickName
const(char)* SDL_JoystickName(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickNameForIndex
const(char)* SDL_JoystickNameForIndex(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickNumAxes
int SDL_JoystickNumAxes(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickNumBalls
int SDL_JoystickNumBalls(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickNumButtons
int SDL_JoystickNumButtons(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickNumHats
int SDL_JoystickNumHats(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickOpen
SDL_Joystick* SDL_JoystickOpen(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickRumble
int SDL_JoystickRumble(SDL_Joystick* , 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_JoystickUpdate
void SDL_JoystickUpdate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_LockJoysticks
void SDL_LockJoysticks()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_NumJoysticks
int SDL_NumJoysticks()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_UnlockJoysticks
void SDL_UnlockJoysticks()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickClose
pSDL_JoystickClose SDL_JoystickClose;
Undocumented in source.
- SDL_JoystickCurrentPowerLevel
pSDL_JoystickCurrentPowerLevel SDL_JoystickCurrentPowerLevel;
Undocumented in source.
- SDL_JoystickEventState
pSDL_JoystickEventState SDL_JoystickEventState;
Undocumented in source.
- SDL_JoystickFromInstanceID
pSDL_JoystickFromInstanceID SDL_JoystickFromInstanceID;
Undocumented in source.
- SDL_JoystickGetAttached
pSDL_JoystickGetAttached SDL_JoystickGetAttached;
Undocumented in source.
- SDL_JoystickGetAxis
pSDL_JoystickGetAxis SDL_JoystickGetAxis;
Undocumented in source.
- SDL_JoystickGetAxisInitialState
pSDL_JoystickGetAxisInitialState SDL_JoystickGetAxisInitialState;
Undocumented in source.
- SDL_JoystickGetBall
pSDL_JoystickGetBall SDL_JoystickGetBall;
Undocumented in source.
- SDL_JoystickGetButton
pSDL_JoystickGetButton SDL_JoystickGetButton;
Undocumented in source.
- SDL_JoystickGetDeviceGUID
pSDL_JoystickGetDeviceGUID SDL_JoystickGetDeviceGUID;
Undocumented in source.
- SDL_JoystickGetDeviceInstanceID
pSDL_JoystickGetDeviceInstanceID SDL_JoystickGetDeviceInstanceID;
Undocumented in source.
- SDL_JoystickGetDevicePlayerIndex
pSDL_JoystickGetDevicePlayerIndex SDL_JoystickGetDevicePlayerIndex;
Undocumented in source.
- SDL_JoystickGetDeviceProduct
pSDL_JoystickGetDeviceProduct SDL_JoystickGetDeviceProduct;
Undocumented in source.
- SDL_JoystickGetDeviceProductVersion
pSDL_JoystickGetDeviceProductVersion SDL_JoystickGetDeviceProductVersion;
Undocumented in source.
- SDL_JoystickGetDeviceType
pSDL_JoystickGetDeviceType SDL_JoystickGetDeviceType;
Undocumented in source.
- SDL_JoystickGetDeviceVendor
pSDL_JoystickGetDeviceVendor SDL_JoystickGetDeviceVendor;
Undocumented in source.
- SDL_JoystickGetGUID
pSDL_JoystickGetGUID SDL_JoystickGetGUID;
Undocumented in source.
- SDL_JoystickGetGUIDFromString
pSDL_JoystickGetGUIDFromString SDL_JoystickGetGUIDFromString;
Undocumented in source.
- SDL_JoystickGetGUIDString
pSDL_JoystickGetGUIDString SDL_JoystickGetGUIDString;
Undocumented in source.
- SDL_JoystickGetHat
pSDL_JoystickGetHat SDL_JoystickGetHat;
Undocumented in source.
- SDL_JoystickGetPlayerIndex
pSDL_JoystickGetPlayerIndex SDL_JoystickGetPlayerIndex;
Undocumented in source.
- SDL_JoystickGetProduct
pSDL_JoystickGetProduct SDL_JoystickGetProduct;
Undocumented in source.
- SDL_JoystickGetProductVersion
pSDL_JoystickGetProductVersion SDL_JoystickGetProductVersion;
Undocumented in source.
- SDL_JoystickGetType
pSDL_JoystickGetType SDL_JoystickGetType;
Undocumented in source.
- SDL_JoystickGetVendor
pSDL_JoystickGetVendor SDL_JoystickGetVendor;
Undocumented in source.
- SDL_JoystickInstanceID
pSDL_JoystickInstanceID SDL_JoystickInstanceID;
Undocumented in source.
- SDL_JoystickName
pSDL_JoystickName SDL_JoystickName;
Undocumented in source.
- SDL_JoystickNameForIndex
pSDL_JoystickNameForIndex SDL_JoystickNameForIndex;
Undocumented in source.
- SDL_JoystickNumAxes
pSDL_JoystickNumAxes SDL_JoystickNumAxes;
Undocumented in source.
- SDL_JoystickNumBalls
pSDL_JoystickNumBalls SDL_JoystickNumBalls;
Undocumented in source.
- SDL_JoystickNumButtons
pSDL_JoystickNumButtons SDL_JoystickNumButtons;
Undocumented in source.
- SDL_JoystickNumHats
pSDL_JoystickNumHats SDL_JoystickNumHats;
Undocumented in source.
- SDL_JoystickOpen
pSDL_JoystickOpen SDL_JoystickOpen;
Undocumented in source.
- SDL_JoystickRumble
pSDL_JoystickRumble SDL_JoystickRumble;
Undocumented in source.
- SDL_JoystickUpdate
pSDL_JoystickUpdate SDL_JoystickUpdate;
Undocumented in source.
- SDL_LockJoysticks
pSDL_LockJoysticks SDL_LockJoysticks;
Undocumented in source.
- SDL_NumJoysticks
pSDL_NumJoysticks SDL_NumJoysticks;
Undocumented in source.
- SDL_UnlockJoysticks
pSDL_UnlockJoysticks SDL_UnlockJoysticks;
Undocumented in source.