|
Size: 1543
Comment: add introduction content
|
Size: 1594
Comment: change introduction content
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 13: | Line 13: |
| <<Color2(red,SDL_syswm.h)>> - Include file ^required^ for SDL custom system window manager hooks. | [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_syswm.h|SDL_syswm.h]] - Include file ^required^ for SDL custom system window manager hooks. |
DRAFT |
green
Platform-specific Window Management
Introduction
SDL_syswm.h - 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().
