arsa  2.7
Public Attributes | List of all members
SDL_SysWMinfo Struct Reference

#include <SDL_syswm.h>

Public Attributes

SDL_version version
 
SDL_SYSWM_TYPE subsystem
 
union {
   Uint8   dummy [64]
 
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.

Definition at line 200 of file SDL_syswm.h.

Member Data Documentation

◆ dummy

Uint8 SDL_SysWMinfo::dummy[64]

Definition at line 292 of file SDL_syswm.h.

◆ info

union { ... } SDL_SysWMinfo::info

◆ subsystem

SDL_SYSWM_TYPE SDL_SysWMinfo::subsystem

Definition at line 203 of file SDL_syswm.h.

◆ version

SDL_version SDL_SysWMinfo::version

Definition at line 202 of file SDL_syswm.h.


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