Lines Matching refs:SDL_TouchID
41 static SDL_TouchID track_touchid;
57 SDL_TouchID
68 SDL_GetTouchIndex(SDL_TouchID id) in SDL_GetTouchIndex()
83 SDL_GetTouch(SDL_TouchID id) in SDL_GetTouch()
99 SDL_GetTouchDeviceType(SDL_TouchID id) in SDL_GetTouchDeviceType()
131 SDL_GetNumTouchFingers(SDL_TouchID touchID) in SDL_GetNumTouchFingers()
141 SDL_GetTouchFinger(SDL_TouchID touchID, int index) in SDL_GetTouchFinger()
155 SDL_AddTouch(SDL_TouchID touchID, SDL_TouchDeviceType type, const char *name) in SDL_AddTouch()
242 SDL_SendTouch(SDL_TouchID id, SDL_FingerID fingerid, SDL_Window * window, in SDL_SendTouch()
356 SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, SDL_Window * window, in SDL_SendTouchMotion()
441 SDL_DelTouch(SDL_TouchID id) in SDL_DelTouch()