DRAFT |
SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP
A hint that specifies whether the windows message loop is processed by SDL.
Values
0 |
the window message loop is not run |
1 |
the window message loop is processed in SDL_PumpEvents() |
Default
By default SDL will process the windows message loop.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This hint is available since SDL 2.0.4.