- SDL_JoystickID
alias SDL_JoystickID = int
Undocumented in source.
- pSDL_JoystickAttachVirtual
alias pSDL_JoystickAttachVirtual = int function(SDL_JoystickType type, int naxes, int nbuttons, int nhats)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickClose
alias pSDL_JoystickClose = void function(SDL_Joystick* 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* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickDetachVirtual
alias pSDL_JoystickDetachVirtual = int function(int device_index)
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 state)
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 instance_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickFromPlayerIndex
alias pSDL_JoystickFromPlayerIndex = 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_JoystickGetAttached
alias pSDL_JoystickGetAttached = SDL_bool function(SDL_Joystick* 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* joystick, int axis)
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* joystick, int axis, short* state)
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* joystick, int ball, int* dx, int* dy)
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* joystick, int button)
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 device_index)
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 device_index)
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 device_index)
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 device_index)
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 device_index)
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 device_index)
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 device_index)
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* 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)* pchGUID)
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 = void function(SDL_JoystickGUID guid, char* pszGUID, int cbGUID)
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* joystick, int hat)
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* 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* 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* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickGetSerial
alias pSDL_JoystickGetSerial = const(char)* function(SDL_Joystick* 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* 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* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickHasLED
alias pSDL_JoystickHasLED = SDL_bool function(SDL_Joystick* 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* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickIsVirtual
alias pSDL_JoystickIsVirtual = SDL_bool function(int device_index)
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* 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 device_index)
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* 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* 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* 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* 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 device_index)
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* joystick, ushort low_frequency_rumble, ushort high_frequency_rumble, uint duration_ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickRumbleTriggers
alias pSDL_JoystickRumbleTriggers = int function(SDL_Joystick* joystick, ushort left_rumble, ushort right_rumble, uint duration_ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickSetLED
alias pSDL_JoystickSetLED = int function(SDL_Joystick* joystick, ubyte red, ubyte green, ubyte blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickSetPlayerIndex
alias pSDL_JoystickSetPlayerIndex = void function(SDL_Joystick* 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_JoystickSetVirtualAxis
alias pSDL_JoystickSetVirtualAxis = int function(SDL_Joystick* joystick, int axis, short value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickSetVirtualButton
alias pSDL_JoystickSetVirtualButton = int function(SDL_Joystick* joystick, int button, ubyte value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickSetVirtualHat
alias pSDL_JoystickSetVirtualHat = int function(SDL_Joystick* joystick, int hat, ubyte value)
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_JoystickAttachVirtual
int SDL_JoystickAttachVirtual(SDL_JoystickType type, int naxes, int nbuttons, int nhats)
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* 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* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickDetachVirtual
int SDL_JoystickDetachVirtual(int device_index)
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 state)
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 instance_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickFromPlayerIndex
SDL_Joystick* SDL_JoystickFromPlayerIndex(int )
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* 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* joystick, int axis)
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* joystick, int axis, short* state)
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* joystick, int ball, int* dx, int* dy)
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* joystick, int button)
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 device_index)
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 device_index)
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 device_index)
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 device_index)
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 device_index)
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 device_index)
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 device_index)
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* 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
void SDL_JoystickGetGUIDString(SDL_JoystickGUID guid, char* pszGUID, int cbGUID)
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* joystick, int hat)
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* 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* 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* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickGetSerial
const(char)* SDL_JoystickGetSerial(SDL_Joystick* 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* 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* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickHasLED
SDL_bool SDL_JoystickHasLED(SDL_Joystick* 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* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickIsVirtual
SDL_bool SDL_JoystickIsVirtual(int device_index)
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* 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 device_index)
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* 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* 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* 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* 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 device_index)
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* joystick, ushort low_frequency_rumble, ushort high_frequency_rumble, uint duration_ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickRumbleTriggers
int SDL_JoystickRumbleTriggers(SDL_Joystick* joystick, ushort left_rumble, ushort right_rumble, uint duration_ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickSetLED
int SDL_JoystickSetLED(SDL_Joystick* joystick, ubyte red, ubyte green, ubyte blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickSetPlayerIndex
void SDL_JoystickSetPlayerIndex(SDL_Joystick* 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_JoystickSetVirtualAxis
int SDL_JoystickSetVirtualAxis(SDL_Joystick* joystick, int axis, short value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickSetVirtualButton
int SDL_JoystickSetVirtualButton(SDL_Joystick* joystick, int button, ubyte value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickSetVirtualHat
int SDL_JoystickSetVirtualHat(SDL_Joystick* joystick, int hat, ubyte value)
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_JoystickAttachVirtual
pSDL_JoystickAttachVirtual SDL_JoystickAttachVirtual;
Undocumented in source.
- SDL_JoystickClose
pSDL_JoystickClose SDL_JoystickClose;
Undocumented in source.
- SDL_JoystickCurrentPowerLevel
pSDL_JoystickCurrentPowerLevel SDL_JoystickCurrentPowerLevel;
Undocumented in source.
- SDL_JoystickDetachVirtual
pSDL_JoystickDetachVirtual SDL_JoystickDetachVirtual;
Undocumented in source.
- SDL_JoystickEventState
pSDL_JoystickEventState SDL_JoystickEventState;
Undocumented in source.
- SDL_JoystickFromInstanceID
pSDL_JoystickFromInstanceID SDL_JoystickFromInstanceID;
Undocumented in source.
- SDL_JoystickFromPlayerIndex
pSDL_JoystickFromPlayerIndex SDL_JoystickFromPlayerIndex;
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_JoystickGetSerial
pSDL_JoystickGetSerial SDL_JoystickGetSerial;
Undocumented in source.
- SDL_JoystickGetType
pSDL_JoystickGetType SDL_JoystickGetType;
Undocumented in source.
- SDL_JoystickGetVendor
pSDL_JoystickGetVendor SDL_JoystickGetVendor;
Undocumented in source.
- SDL_JoystickHasLED
pSDL_JoystickHasLED SDL_JoystickHasLED;
Undocumented in source.
- SDL_JoystickInstanceID
pSDL_JoystickInstanceID SDL_JoystickInstanceID;
Undocumented in source.
- SDL_JoystickIsVirtual
pSDL_JoystickIsVirtual SDL_JoystickIsVirtual;
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_JoystickRumbleTriggers
pSDL_JoystickRumbleTriggers SDL_JoystickRumbleTriggers;
Undocumented in source.
- SDL_JoystickSetLED
pSDL_JoystickSetLED SDL_JoystickSetLED;
Undocumented in source.
- SDL_JoystickSetPlayerIndex
pSDL_JoystickSetPlayerIndex SDL_JoystickSetPlayerIndex;
Undocumented in source.
- SDL_JoystickSetVirtualAxis
pSDL_JoystickSetVirtualAxis SDL_JoystickSetVirtualAxis;
Undocumented in source.
- SDL_JoystickSetVirtualButton
pSDL_JoystickSetVirtualButton SDL_JoystickSetVirtualButton;
Undocumented in source.
- SDL_JoystickSetVirtualHat
pSDL_JoystickSetVirtualHat SDL_JoystickSetVirtualHat;
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.