Function max_int_value
pub fn max_int_value() -> u32 ⓘ
Available on crate feature
dep_sdl2
only.Expand description
The maximal integer value that can be used for rectangles.
This value is smaller than strictly needed, but is useful in ensuring that rect sizes will never have to be truncated when clamping.