#pragma section-numbers off #pragma disable-camelcase = SDL_SysWMmsg = A structure that contains system-dependent window manager messages. <> == Data Fields == ||||||''All Subsystems''|| ||[[SDL_version]]||'''version'''||an [[SDL_version]] structure that contains the current SDL version|| ||[[SDL_SYSWM_TYPE]]||'''subsystem'''||the windowing system type; see [[#Remarks|Remarks]] for details|| ||int||'''dummy'''||unused (to help compilers when no specific system is available)|| ||||||''SDL_SYSWM_WINDOWS''|| ||HWND||'''win.hwnd'''||the window for the message|| ||UINT||'''win.msg'''||the type of message|| ||WPARAM||'''win.wParam'''||WORD message parameter|| ||LPARAM||'''win.lParam'''||LONG message parameter|| ||||||''SDL_SYSWM_X11''|| ||XEvent||'''x11.event'''||the native x11 event structure|| ||||||''SDL_SYSWM_DIRECTFB''|| ||DFBEvent||'''dfb.event'''||the DirectFB event|| ||||||''SDL_SYSWM_COCOA''|| ||int||'''cocoa.dummy'''||unused (>= SDL 2.0.4)|| ||||||''SDL_SYSWM_UIKIT''|| ||int||'''uikit.dummy'''||unused (>= SDL 2.0.4)|| ||||||''SDL_SYSWM_VIVANTE''|| ||int||'''vivante.dummy'''||unused (>= SDL 2.0.5)|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == '''subsystem''' may be one of the following: <> There are currently no Cocoa or UIKit window events. == Related Enumerations == .[[SDL_SYSWM_TYPE]] == Related Structures == .[[SDL_version]] ---- [[CategoryStruct]], [[CategorySWM]]