Function SDL_max

pub fn SDL_max<T>(x: T, y: T) -> T
where T: Copy + PartialOrd,
Available on crate feature dep_sdl3 only.