7 CONTENT=
"Modular DocBook HTML Stylesheet Version 1.76b+
10 TITLE=
"SDL Library Documentation"
11 HREF=
"index.html"><LINK
13 TITLE=
"SDL Event Structures."
14 HREF=
"eventstructures.html"><LINK
16 TITLE=
"SDL_ExposeEvent"
17 HREF=
"sdlexposeevent.html"><LINK
20 HREF=
"sdluserevent.html"></HEAD
31 SUMMARY=
"Header navigation table"
40 >SDL Library Documentation
</TH
48 HREF=
"sdlexposeevent.html"
62 HREF=
"sdluserevent.html"
83 >SDL_SysWMEvent
--
Platform-dependent window manager event.
</DIV
92 >The system window manager event contains a pointer to system-specific
93 information about unknown window manager events. If you enable this event
96 HREF=
"sdleventstate.html"
102 it will be generated whenever unhandled events are received from the window
103 manager. This can be used, for example, to implement cut-and-paste in your
107 CLASS=
"PROGRAMLISTING"
109 Uint8 type; /* Always SDL_SYSWMEVENT */
111 } SDL_SysWMEvent;
</PRE
114 If you want to obtain system-specific information about the window manager,
115 you can fill the version member of a
<SPAN
119 structure (details can be found in
<TT
122 >, which must be included) using the
<TT
129 >, and pass it to the
146 >(SDL_SysWMinfo *info);
</CODE
162 HREF=
"sdleventstate.html"
174 SUMMARY=
"Footer navigation table"
185 HREF=
"sdlexposeevent.html"
203 HREF=
"sdluserevent.html"
219 HREF=
"eventstructures.html"