Constant MOUSE_NORMAL_SPEED_SCALE
pub const MOUSE_NORMAL_SPEED_SCALE: &'static str;
Available on crate feature
dep_sdl3
only.Expand description
A variable setting the speed scale for mouse motion, in floating point, when the mouse is not in relative mode.
This hint can be set anytime.
§Availability
This hint is available since SDL 3.2.0.