Searched refs:SDL_GetNumTouchDevices (Results 1 – 6 of 6) sorted by relevance
61 extern DECLSPEC int SDLCALL SDL_GetNumTouchDevices(void);
42 SDL_GetNumTouchDevices(void) in SDL_GetNumTouchDevices() function
54 The number of touch devices can be queried with SDL_GetNumTouchDevices().
192 for (i = 0; i < SDL_GetNumTouchDevices(); ++i) { in loop()
495 #define SDL_GetNumTouchDevices SDL_GetNumTouchDevices_REAL macro
522 SDL_DYNAPI_PROC(int,SDL_GetNumTouchDevices,(void),(),return)