فهرست منبع

Sync wiki -> header

SDL Wiki Bot 3 سال پیش
والد
کامیت
580d231822
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      include/SDL_touch.h

+ 4 - 1
include/SDL_touch.h

@@ -96,7 +96,10 @@ extern DECLSPEC int SDLCALL SDL_GetNumTouchDevices(void);
 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);