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)
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)
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, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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 )
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 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetTouchFinger
SDL_Finger* SDL_GetTouchFinger(SDL_TouchID , 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_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_GetTouchFinger
pSDL_GetTouchFinger SDL_GetTouchFinger;
Undocumented in source.

Structs

SDL_Finger
struct SDL_Finger
Undocumented in source.

Meta