Searched refs:touchDevices (Results 1 – 1 of 1) sorted by relevance
157 SDL_Touch **touchDevices; in SDL_AddTouch() local166 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