From bf54eddba964a9d27723c9d958ff889f1fcf4a89 Mon Sep 17 00:00:00 2001 From: Jan Sedivy Date: Thu, 26 Sep 2024 11:19:46 +0200 Subject: [PATCH] macOS: Clarify when macOS hints need to be set --- include/SDL3/SDL_hints.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index 9a979e811a..142130de55 100644 --- a/include/SDL3/SDL_hints.h +++ b/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. */