- 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.