Wiki Page Content

Revision 1 as of 2013-11-02 12:35:14

Clear message

DRAFT

SDL_GetTouchDevice

Use this function to get the touch ID with the given index.

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.


CategoryAPI, CategoryEvents

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit