소스 검색

Fixed a typo in the link to the GetTouchFingers function

Eduard Gushchin 1 년 전
부모
커밋
2f38a4bf5e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/SDL3/SDL_touch.h

+ 1 - 1
include/SDL3/SDL_touch.h

@@ -59,7 +59,7 @@ typedef enum SDL_TouchDeviceType
  *
  * \since This struct is available since SDL 3.0.0.
  *
- * \sa SDL_GetTouchFinger
+ * \sa SDL_GetTouchFingers
  */
 typedef struct SDL_Finger
 {