Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2010-08-23 22:18:02
Size: 1346
Editor: SheenaSmith
Comment: added header-specific Category link
Revision 6 as of 2010-09-03 00:39:40
Size: 1340
Editor: SheenaSmith
Comment: update formatting - categories
Deletions are marked like this. Additions are marked like this.
Line 39: Line 39:
[[CategoryStruct]], [[CategoryEventsStruct]] [[CategoryStruct]], [[CategoryEvents]]

DRAFT

SDL_SysWMEvent

A structure that contains a video driver dependent system event (event.syswm.*) .

Data Fields

Uint32

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.

*
If you want to obtain system-specific information about the window manager, you can fill in the version member of an SDL_SysWMinfo structure (details can be found in SDL_syswm.h, which must be included) using the SDL_VERSION() macro found in SDL_version.h, and pass it to the function* [[SDL_GetWMInfo]](). green

int SDL_GetWMInfo(SDL_SysWMinfo *info);


CategoryStruct, CategoryEvents

None: SDL_SysWMEvent (last edited 2013-09-05 20:32:14 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit