Function SDL_WINDOWPOS_UNDEFINED_DISPLAY

pub const fn SDL_WINDOWPOS_UNDEFINED_DISPLAY(X: u32) -> i32
Available on crate feature dep_sdl3 only.
Expand description

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

If you really don’t care, SDL_WINDOWPOS_UNDEFINED is the same, but always uses the primary display instead of specifying one.

§Parameters

§Availability

This macro is available since SDL 3.2.0.