THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
A hint that specifies not to catch the SIGINT or SIGTERM signals.
0 |
SDL will install a SIGINT and SIGTERM handler, and when it catches a signal, convert it into an SDL_EVENT_QUIT event |
1 |
SDL will not install a signal handler at all |
By default install a SIGINT and SIGTERM handler, and when it catches a signal, convert it into an SDL_EVENT_QUIT event.
This hint only applies to Unix-like platforms.
This hint is available since SDL 2.0.4.
CategoryDefine, CategoryHints, CategoryDraft