pub fn set_vrr_cursor_hz(hz: f64)
Expand description
Sets the VRR cursor refresh rate.
Limits the rate at which cursors are updated on screen when VRR is active.
Setting this to infinity disables the limiter.
This setting can be overwritten on a per-connector basis with Connector::set_vrr_cursor_hz.