SDL
2.0
|
A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its contents. More...
#include <SDL_shape.h>
Data Fields | |
WindowShapeMode | mode |
The mode of these window-shape parameters. More... | |
SDL_WindowShapeParams | parameters |
Window-shape parameters. More... | |
A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its contents.
Definition at line 106 of file SDL_shape.h.
WindowShapeMode SDL_WindowShapeMode::mode |
The mode of these window-shape parameters.
Definition at line 108 of file SDL_shape.h.
SDL_WindowShapeParams SDL_WindowShapeMode::parameters |
Window-shape parameters.
Definition at line 110 of file SDL_shape.h.