DRAFT |
green
Platform-specific Window Management
Introduction
red
- Include file required for SDL custom system window manager hooks.
Related headers you may also want to include -or- Other Include files you may want to apply/load:
green
Your application has access to a special type of event SDL_SYSWMEVENT, which contains window-manager specific information and arrives whenever an unhandled window event occurs. This event is ignored by default, but you can enable it with SDL_EventState().
