DRAFT |
SDL_GetTouchDevice
Use this function to get the touch ID with the given index.
Contents
Syntax
SDL_TouchID SDL_GetTouchDevice(int index)
Function Parameters
index |
the touch device index |
Return Value
Returns the touch ID with the given index on success or 0 if the index is invalid; call SDL_GetError() for more information.
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.