Wiki Page Content

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.


CategoryDefine, CategoryHints

None: SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP (last edited 2014-06-22 21:08:34 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit