SDL_WINDOWPOS_UNDEFINED_MASK

A magic value used with SDL_WINDOWPOS_UNDEFINED.

Header File

Defined in <SDL3/SDL_video.h>

Syntax

#define SDL_WINDOWPOS_UNDEFINED_MASK    0x1FFF0000u

Remarks

Generally this macro isn't used directly, but rather through SDL_WINDOWPOS_UNDEFINED or SDL_WINDOWPOS_UNDEFINED_DISPLAY.

Version

This macro is available since SDL 3.2.0.


CategoryAPI, CategoryAPIMacro, CategoryVideo