|
Size: 1119
Comment: update content - tip in address
|
Size: 952
Comment: update content (w/ Sam)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 14: | Line 14: |
| <<Color2(green,Seems like there should be an intro to the paragraph below from the header but I'm not sure how to fill in the blanks. How is the following in purple?)>> | This category contains functions for handling advanced, platform-specific window management tasks. |
| Line 16: | Line 16: |
| <<Color2(purple,This category contains functions for handling advanced,)>><<Color2(purple, platform-specific window management tasks.)>> 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]](). |
Your application has access to a special type of event, SDL_SYSWMEVENT, which uses the [[SDL_SysWMmsg]] structure and contains window-manager specific information. This arrives whenever an unhandled window event occurs. This event is ignored by default, but you can enable it with [[SDL_EventState]](). |
DRAFT |
Platform-specific Window Management
Include File(s): SDL_syswm.h
Introduction
This category contains functions for handling advanced, platform-specific window management tasks.
Your application has access to a special type of event, SDL_SYSWMEVENT, which uses the SDL_SysWMmsg structure and contains window-manager specific information. This arrives whenever an unhandled window event occurs. This event is ignored by default, but you can enable it with SDL_EventState().
Structures
