Function min_int_value

pub fn min_int_value() -> i32
Available on crate feature dep_sdl3 only.
Expand description

The minimal integer value that can be used for rectangle positions and points.

This value is needed, because otherwise the width of a rectangle created from a point would be able to exceed the maximum width.