zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_WindowShaper Struct Reference

#include <SDL_sysvideo.h>

Public Attributes

voiddriverdata
 
SDL_bool hasshape
 
SDL_WindowShapeMode mode
 
Uint32 userx
 
Uint32 usery
 
SDL_Windowwindow
 

Detailed Description

Definition at line 38 of file SDL_sysvideo.h.

Member Data Documentation

void* SDL_WindowShaper::driverdata

Definition at line 52 of file SDL_sysvideo.h.

SDL_bool SDL_WindowShaper::hasshape

Definition at line 50 of file SDL_sysvideo.h.

Referenced by SDL_CreateShapedWindow(), SDL_SetWindowShape(), and SDL_WindowHasAShape().

SDL_WindowShapeMode SDL_WindowShaper::mode
Uint32 SDL_WindowShaper::userx

Definition at line 44 of file SDL_sysvideo.h.

Referenced by SDL_CreateShapedWindow(), and SDL_SetWindowShape().

Uint32 SDL_WindowShaper::usery

Definition at line 44 of file SDL_sysvideo.h.

Referenced by SDL_CreateShapedWindow(), and SDL_SetWindowShape().

SDL_Window* SDL_WindowShaper::window

Definition at line 41 of file SDL_sysvideo.h.


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