My Project
Public Attributes | List of all members
SDL_SysWMinfo Struct Reference

#include <SDL_syswm.h>

Public Attributes

SDL_version version
 
SDL_SYSWM_TYPE subsystem
 
union {
   struct {
      Display *   display
 
      Window   window
 
   }   x11
 
   int   dummy
 
info
 

Detailed Description

The custom window manager information structure.

When this structure is returned, it holds information about which low level system it is using, and will be one of SDL_SYSWM_TYPE.

Member Data Documentation

§ display

Display* SDL_SysWMinfo::display

The X11 display

§ window

Window SDL_SysWMinfo::window

The X11 window


The documentation for this struct was generated from the following file: