Home
last modified time | relevance | path

Searched refs:SDL_Touch (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_touch.c32 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()
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()
249 SDL_Touch* touch = SDL_GetTouch(id); in SDL_SendTouch()
359 SDL_Touch *touch; in SDL_SendTouchMotion()
[all …]
A DSDL_touch_c.h27 typedef struct SDL_Touch struct
34 } SDL_Touch; typedef
44 extern SDL_Touch *SDL_GetTouch(SDL_TouchID id);

Completed in 3 milliseconds