bindbc.sdl.bind.sdltouch

Undocumented in source.

Members

Aliases

SDL_FingerID
alias SDL_FingerID = long
Undocumented in source.
SDL_TouchID
alias SDL_TouchID = long
Undocumented in source.
pSDL_GetNumTouchDevices
alias pSDL_GetNumTouchDevices = 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_GetNumTouchFingers
alias pSDL_GetNumTouchFingers = int function(SDL_TouchID touchID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetTouchDevice
alias pSDL_GetTouchDevice = SDL_TouchID function(int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetTouchDeviceType
alias pSDL_GetTouchDeviceType = SDL_TouchDeviceType function(SDL_TouchID touchID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetTouchFinger
alias pSDL_GetTouchFinger = SDL_Finger* function(SDL_TouchID touchID, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_TouchDeviceType
enum SDL_TouchDeviceType
Undocumented in source.

Functions

SDL_GetNumTouchDevices
int SDL_GetNumTouchDevices()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetNumTouchFingers
int SDL_GetNumTouchFingers(SDL_TouchID touchID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetTouchDevice
SDL_TouchID SDL_GetTouchDevice(int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetTouchDeviceType
SDL_TouchDeviceType SDL_GetTouchDeviceType(SDL_TouchID touchID)
Undocumented in source.
SDL_GetTouchFinger
SDL_Finger* SDL_GetTouchFinger(SDL_TouchID touchID, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

DL_TOUCH_MOUSEID
enum DL_TOUCH_MOUSEID;
Undocumented in source.
SDL_MOUSE_TOUCHID
enum SDL_MOUSE_TOUCHID;
Undocumented in source.

Static variables

SDL_GetNumTouchDevices
pSDL_GetNumTouchDevices SDL_GetNumTouchDevices;
Undocumented in source.
SDL_GetNumTouchFingers
pSDL_GetNumTouchFingers SDL_GetNumTouchFingers;
Undocumented in source.
SDL_GetTouchDevice
pSDL_GetTouchDevice SDL_GetTouchDevice;
Undocumented in source.
SDL_GetTouchDeviceType
pSDL_GetTouchDeviceType SDL_GetTouchDeviceType;
Undocumented in source.
SDL_GetTouchFinger
pSDL_GetTouchFinger SDL_GetTouchFinger;
Undocumented in source.

Structs

SDL_Finger
struct SDL_Finger
Undocumented in source.

Meta