Constant SDL_WINDOWPOS_UNDEFINED

pub const SDL_WINDOWPOS_UNDEFINED: i32 = _; // 536_805_376i32
Available on crate feature dep_sdl3 only.
Expand description

Used to indicate that you don’t care what the window position/display is.

This always uses the primary display.

§Availability

This macro is available since SDL 3.2.0.