SDL_WINDOWPOS_UNDEFINED_MASK - Man Page
A magic value used with SDL_WINDOWPOS_UNDEFINED .
Header File
Defined in SDL3/SDL_video.h
Synopsis
#include "SDL3/SDL.h" #define SDL_WINDOWPOS_UNDEFINED_MASK 0x1FFF0000u
Description
Generally this macro isn't used directly, but rather through
SDL_WINDOWPOS_UNDEFINED
or
SDL_WINDOWPOS_UNDEFINED_DISPLAY .
Availability
This macro is available since SDL 3.2.0.
Info
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS