Constant SDL_WINDOWPOS_UNDEFINED_MASK

pub const SDL_WINDOWPOS_UNDEFINED_MASK: u32 = 536805376_u32; // 536_805_376u32
Available on crate feature dep_sdl3 only.
Expand description

A magic value used with SDL_WINDOWPOS_UNDEFINED.

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.