소스 검색

macOS: Clarify when macOS hints need to be set

Jan Sedivy 1 년 전
부모
커밋
bf54eddba9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      include/SDL3/SDL_hints.h

+ 2 - 2
include/SDL3/SDL_hints.h

@@ -2243,7 +2243,7 @@ extern "C" {
  *   (default)
  * - "1": The application may remain in the background when launched.
  *
- * This hint should be set before applicationDidFinishLaunching() is called.
+ * This hint needs to be set before SDL_Init().
  *
  * \since This hint is available since SDL 3.0.0.
  */
@@ -2297,7 +2297,7 @@ extern "C" {
  * - "0": The mouse wheel events will have no momentum. (default)
  * - "1": The mouse wheel events will have momentum.
  *
- * This hint should be set before applicationDidFinishLaunching() is called.
+ * This hint needs to be set before SDL_Init().
  *
  * \since This hint is available since SDL 3.0.0.
  */