SDL 2.0
SDL_WindowShapeMode Struct Reference

A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its contents. More...

#include <SDL_shape.h>

+ Collaboration diagram for SDL_WindowShapeMode:

Data Fields

WindowShapeMode mode
 The mode of these window-shape parameters.
 
SDL_WindowShapeParams parameters
 Window-shape parameters.
 

Detailed Description

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.

Field Documentation

◆ mode

WindowShapeMode SDL_WindowShapeMode::mode

The mode of these window-shape parameters.

Definition at line 108 of file SDL_shape.h.

◆ parameters

SDL_WindowShapeParams SDL_WindowShapeMode::parameters

Window-shape parameters.

Definition at line 110 of file SDL_shape.h.


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