Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-07-26 01:43:03
Size: 1277
Editor: SheenaSmith
Comment: create page, add content (7/14 changeset 4529)
Revision 2 as of 2010-08-23 22:19:41
Size: 1300
Editor: SheenaSmith
Comment: added header-specific Category link
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
[[CategoryStruct]] [[CategoryStruct]], [[CategorySWMStruct]]

DRAFT

SDL_SysWMmsg

A structure that contains system-dependent window manager messages -or- platform-specific windowing messages.

Data Fields

For Win32 window management systems (Windows)

SDL_version

version

a field you fill in before you call a function

HWND

hwnd

the window for the message

UINT

msg

the type of message

WPARAM

wParam

WORD message parameter

LPARAM

lParam

LONG message parameter

For X11 window management systems (Unix)

SDL_version

version

a version field you fill in before you call a function

SDL_SYSWM_TYPE

subsystem

the window manager type; see Remarks for details

union ???

event

a union containing XEvent

XEvent ???

event.xevent

the native x11 event structure

Code Examples

You can add your code example here

Remarks

SDL_SYSWM_TYPE currently has only 1 value: SDL_SYSWM_X11


CategoryStruct, CategorySWMStruct

None: SDL_SysWMmsg (last edited 2016-10-08 22:57:24 by PhilippWiesemann)

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