Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_SysWMEvent(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_SysWMEvent !!!SDL_SysWMEvent NAME DESCRIPTION SEE ALSO ---- !!NAME SDL_SysWMEvent- Platform-dependent window manager event. !!DESCRIPTION The system window manager event contains a pointer to system-specific information about unknown window manager events. If you enable this event using __SDL_!EventState()__, it will be generated whenever unhandled events are received from the window manager. This can be used, for example, to implement cut-and-paste in your application. typedef struct { Uint8 type; /* Always SDL_SysWM */ } SDL_SysWMEvent; If you want to obtain system-specific information about the window manager, you can fill the version member of a __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: __int SDL_GetWMInfo__(__SDL_SysWMinfo *info__); !!SEE ALSO __SDL_!EventState__ ----
One page links to
SDL_SysWMEvent(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.