Query: sdl_syswmevent
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_SysWMEvent(3) SDL API Reference SDL_SysWMEvent(3)NAMESDL_SysWMEvent- Platform-dependent window manager event.DESCRIPTIONThe 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 ALSOSDL_EventStateSDLTue 11 Sep 2001, 23:00 SDL_SysWMEvent(3)
Related Man Pages |
---|
gnome-wm(1) - redhat |
sdl_event(3) - opensolaris |
sdl_event(3) - debian |
sdl_seteventfilter(3) - centos |
sdl_seteventfilter(3) - suse |
Similar Topics in the Unix Linux Community |
---|
How to capture ^x,^y via bash script? |
Retrieving previous command in a script |
CentOS7 restoring file capabilities |
Issue with "rsh" on RedHat |
Package |