Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_touch.c157 SDL_Touch **touchDevices; in SDL_AddTouch() local
166 touchDevices = (SDL_Touch **) SDL_realloc(SDL_touchDevices, in SDL_AddTouch()
167 (SDL_num_touch + 1) * sizeof(*touchDevices)); in SDL_AddTouch()
168 if (!touchDevices) { in SDL_AddTouch()
172 SDL_touchDevices = touchDevices; in SDL_AddTouch()

Completed in 3 milliseconds