![]() |
![]()
| ![]() |
![]()
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 {
int SDL_GetWMInfo(SDL_SysWMinfo *info); SEE ALSOSDL_EventState
|