DRAFT |
SDL_GetNumTouchDevices
Use this function to get the number of registered touch devices.
Syntax
int SDL_GetNumTouchDevices(void)
Return Value
Returns the number of registered touch devices.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This function is available since SDL 2.0.0.
