Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_touch.c32 static SDL_Touch **SDL_touchDevices = NULL; variable
64 return SDL_touchDevices[index]->id; in SDL_GetTouchDevice()
74 touch = SDL_touchDevices[index]; in SDL_GetTouchIndex()
95 return SDL_touchDevices[index]; in SDL_GetTouch()
172 SDL_touchDevices = touchDevices; in SDL_AddTouch()
175 SDL_touchDevices[index] = (SDL_Touch *) SDL_malloc(sizeof(*SDL_touchDevices[index])); in SDL_AddTouch()
176 if (!SDL_touchDevices[index]) { in SDL_AddTouch()
185 SDL_touchDevices[index]->type = type; in SDL_AddTouch()
458 SDL_touchDevices[index] = SDL_touchDevices[SDL_num_touch]; in SDL_DelTouch()
474 SDL_free(SDL_touchDevices); in SDL_TouchQuit()
[all …]

Completed in 3 milliseconds