|
Size: 1594
Comment: change introduction content
|
Size: 831
Comment: update formatting
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 7: | Line 7: |
| <<Color2(green,This is another possible format for the Category pages w/ Intro materials. Uses bigger starting heading format. Removes header name from title and moves it to top of Intro. Adds related headers list to beginning of Intro. Uses Introduction and Functions secondary headers.)>> |
|
| Line 11: | Line 9: |
| '''Include File(s):''' [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_syswm.h|SDL_syswm.h]] <<TableOfContents()>> |
|
| Line 12: | Line 14: |
[[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_syswm.h|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: * [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_stdinc.h|SDL_stdinc.h]] * [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_error.h|SDL_error.h]] * [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_video.h|SDL_video.h]] * [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_version.h|SDL_version.h]] |
DRAFT |
Platform-specific Window Management
Include File(s): SDL_syswm.h
Introduction
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().
