WINDOWS_NO_CLOSE_ON_ALT_F4
Description:
[ Version ( since = "2.0.4" ) ]
[ CCode ( cname = "SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4" ) ]
public const string WINDOWS_NO_CLOSE_ON_ALT_F4
[ CCode ( cname = "SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4" ) ]
public const string WINDOWS_NO_CLOSE_ON_ALT_F4
A hint that specifies that SDL should not to generate an SDL.WindowEvent of type SDL.WindowEventType.CLOSE for Alt+F4 on Microsoft Windows.
The variable can be set to the following values:
- "0" - generate an SDL.WindowEvent of type SDL.WindowEventType.CLOSE for Alt+F4 (default)
- "1" - Do not generate event and only do normal key handling for Alt+F4
By default SDL will process the windows message loop.
Namespace: SDL.Hint
Package: sdl2