소스 검색

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 7 달 전
부모
커밋
d8124a0cea
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      include/SDL3/SDL_joystick.h

+ 2 - 1
include/SDL3/SDL_joystick.h

@@ -191,7 +191,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_LockJoysticks(void) SDL_ACQUIRE(SDL_joystic
 /**
  * Unlocking for atomic access to the joystick API.
  *
- * \threadsafety This should be called from the same thread that called SDL_LockJoysticks().
+ * \threadsafety This should be called from the same thread that called
+ *               SDL_LockJoysticks().
  *
  * \since This function is available since SDL 3.2.0.
  */