소스 검색

Sync SDL3 wiki -> header

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

+ 2 - 1
include/SDL3/SDL_hints.h

@@ -2534,7 +2534,8 @@ extern "C" {
  * - "1": Relative mouse motion will be scaled using the system mouse
  *   acceleration curve.
  *
- * If SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE is set, that will apply before the system speed scale.
+ * If SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE is set, that will apply before the
+ * system speed scale.
  *
  * This hint can be set anytime.
  *