Constant SDL_WINDOWPOS_CENTERED

pub const SDL_WINDOWPOS_CENTERED: i32 = _; // 805_240_832i32
Available on crate feature dep_sdl3 only.
Expand description

Used to indicate that the window position should be centered.

This always uses the primary display.

§Availability

This macro is available since SDL 3.2.0.