Wiki Page Content

DRAFT

SDL_GetTouchDevice

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

Syntax

Toggle line numbers
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

Toggle line numbers
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

None: SDL_GetTouchDevice (last edited 2013-11-02 12:35:14 by PhilippWiesemann)

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