|
⇤ ← Revision 1 as of 2010-03-23 18:27:51
Size: 703
Comment: create page, add content (Rev 5540)
|
Size: 729
Comment: added remark
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 20: | Line 20: |
| ''You can add useful comments here'' | If you want to use this event, you should include SDL_syswm.h. |
DRAFT |
SDL_SysWMEvent
A structure that contains a video driver dependent system event (event.syswm.*) .
Contents
Data Fields
Uint8 |
type |
SDL_SYSWMEVENT |
SDL_SysWMmsg* |
msg |
driver dependent data, defined in SDL_syswm.h |
Code Examples
You can add your code example here
Remarks
If you want to use this event, you should include SDL_syswm.h.
Related Enumerations
Related Structures
SDL_SysWMmsg???
