WINDOWS_ENABLE_MESSAGELOOP
Description:
[ Version ( since = "2.0.4" ) ]
[ CCode ( cname = "SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP" ) ]
public const string WINDOWS_ENABLE_MESSAGELOOP
[ CCode ( cname = "SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP" ) ]
public const string WINDOWS_ENABLE_MESSAGELOOP
A hint that specifies whether the windows message loop is processed by SDL.
The variable can be set to the following values:
- "0" - The window message loop is not run
- "1" - The window message loop is processed in SDL.Event.pump
By default SDL will process the windows message loop.
Namespace: SDL.Hint
Package: sdl2