SDL standard library

Dependents:   H261_encoder

Embed: (wiki syntax)

« Back to documentation index

SDL_WindowShapeMode Struct Reference

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>

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 100 of file SDL_shape.h.


Field Documentation

The mode of these window-shape parameters.

Definition at line 102 of file SDL_shape.h.

Window-shape parameters.

Definition at line 104 of file SDL_shape.h.