Skip to content

Commit

Permalink
macOS: Clarify when macOS hints need to be set
Browse files Browse the repository at this point in the history
  • Loading branch information
jansedivy authored and slouken committed Oct 6, 2024
1 parent c2b98e2 commit bf54edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL3/SDL_hints.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down

0 comments on commit bf54edd

Please sign in to comment.