Skip to content

Commit

Permalink
Updated documentation so people know to set the SDL_HINT_NO_SIGNAL_HA…
Browse files Browse the repository at this point in the history
…NDLERS hint before SDL_Init()
  • Loading branch information
slouken committed Mar 20, 2020
1 parent 90f9e8f commit b6eb09f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/SDL_hints.h
Expand Up @@ -1019,7 +1019,8 @@ extern "C" {
/**
* \brief Tell SDL not to catch the SIGINT or SIGTERM signals.
*
* This hint only applies to Unix-like platforms.
* This hint only applies to Unix-like platforms, and should set before
* any calls to SDL_Init()
*
* The variable can be set to the following values:
* "0" - SDL will install a SIGINT and SIGTERM handler, and when it
Expand Down

0 comments on commit b6eb09f

Please sign in to comment.