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

#include <SDL_sysvideo.h>

Public Attributes

SDL_WindowShaper *(* CreateShaper )(SDL_Window *window)
 
int(* ResizeWindowShape )(SDL_Window *window)
 
int(* SetWindowShape )(SDL_WindowShaper *shaper, SDL_Surface *shape, SDL_WindowShapeMode *shape_mode)
 

Detailed Description

Definition at line 56 of file SDL_sysvideo.h.

Member Data Documentation

SDL_WindowShaper*(* SDL_ShapeDriver::CreateShaper)(SDL_Window *window)

Definition at line 58 of file SDL_sysvideo.h.

Referenced by SDL_CreateShapedWindow().

int(* SDL_ShapeDriver::ResizeWindowShape)(SDL_Window *window)

Definition at line 60 of file SDL_sysvideo.h.

int(* SDL_ShapeDriver::SetWindowShape)(SDL_WindowShaper *shaper, SDL_Surface *shape, SDL_WindowShapeMode *shape_mode)

Definition at line 59 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowShape().


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