mirror of https://github.com/encounter/SDL.git
Sync wiki -> header
This commit is contained in:
parent
e7e44df039
commit
580d231822
|
@ -96,7 +96,10 @@ extern DECLSPEC int SDLCALL SDL_GetNumTouchDevices(void);
|
||||||
extern DECLSPEC SDL_TouchID SDLCALL SDL_GetTouchDevice(int index);
|
extern DECLSPEC SDL_TouchID SDLCALL SDL_GetTouchDevice(int index);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Get the touch device name as reported from the driver or NULL if the index is invalid.
|
* Get the touch device name as reported from the driver or NULL if the index
|
||||||
|
* is invalid.
|
||||||
|
*
|
||||||
|
* \since This function is available since SDL 2.0.22.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC const char* SDLCALL SDL_GetTouchName(int index);
|
extern DECLSPEC const char* SDLCALL SDL_GetTouchName(int index);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue