Lines Matching refs:SDL_Touch
32 static SDL_Touch **SDL_touchDevices = NULL;
71 SDL_Touch *touch; in SDL_GetTouchIndex()
82 SDL_Touch *
101 SDL_Touch *touch = SDL_GetTouch(id); in SDL_GetTouchDeviceType()
109 SDL_GetFingerIndex(const SDL_Touch * touch, SDL_FingerID fingerid) in SDL_GetFingerIndex()
121 SDL_GetFinger(const SDL_Touch * touch, SDL_FingerID id) in SDL_GetFinger()
133 SDL_Touch *touch = SDL_GetTouch(touchID); in SDL_GetNumTouchFingers()
143 SDL_Touch *touch = SDL_GetTouch(touchID); in SDL_GetTouchFinger()
157 SDL_Touch **touchDevices; in SDL_AddTouch()
166 touchDevices = (SDL_Touch **) SDL_realloc(SDL_touchDevices, in SDL_AddTouch()
175 SDL_touchDevices[index] = (SDL_Touch *) SDL_malloc(sizeof(*SDL_touchDevices[index])); in SDL_AddTouch()
198 SDL_AddFinger(SDL_Touch *touch, SDL_FingerID fingerid, float x, float y, float pressure) in SDL_AddFinger()
225 SDL_DelFinger(SDL_Touch* touch, SDL_FingerID fingerid) in SDL_DelFinger()
249 SDL_Touch* touch = SDL_GetTouch(id); in SDL_SendTouch()
359 SDL_Touch *touch; in SDL_SendTouchMotion()
445 SDL_Touch *touch = SDL_GetTouch(id); in SDL_DelTouch()