Set a callback for every Windows message, run before TranslateMessage().
The callback may modify the message, and should return true if the message should continue to be processed, or false to prevent further processing.
The SDL_WindowsMessageHook function to call.
A pointer to pass to every iteration of callback.
SDL_WindowsMessageHook SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP
See Implementation
Set a callback for every Windows message, run before TranslateMessage().
The callback may modify the message, and should return true if the message should continue to be processed, or false to prevent further processing.