Function set_xcursor_size

Source
pub fn set_xcursor_size(size: u32)
Expand description

Sets the xcursor size.

Pinnacle reads $XCURSOR_SIZE on startup to determine the cursor size. This allows you to set it at runtime.

ยงExamples

input::set_xcursor_size(64);