|
⇤ ← Revision 1 as of 2015-03-26 20:47:51
Size: 1114
Comment: Created page using content from header file.
|
← Revision 2 as of 2015-03-26 20:49:23 ⇥
Size: 1248
Comment: Added Default section.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 18: | Line 18: |
== Default == By default install a SIGINT and SIGTERM handler, and when it catches a signal, convert it into an SDL_QUIT event. |
DRAFT |
SDL_HINT_NO_SIGNAL_HANDLERS
A hint that specifies not to catch the SIGINT or SIGTERM signals.
Values
0 |
SDL will install a SIGINT and SIGTERM handler, and when it catches a signal, convert it into an SDL_QUIT event |
1 |
SDL will not install a signal handler at all |
Default
By default install a SIGINT and SIGTERM handler, and when it catches a signal, convert it into an SDL_QUIT event.
Code Examples
You can add your code example here
Remarks
This hint only applies to Unix-like platforms.
Version
This hint is available since SDL 2.0.4.
