Constant MAX_CURSOR_SIZE
pub const MAX_CURSOR_SIZE: u16 = 2048; // 2_048u16Available on crate feature
winit only.Expand description
The maximum width and height for a cursor when using CustomCursor::from_rgba.
pub const MAX_CURSOR_SIZE: u16 = 2048; // 2_048u16winit only.The maximum width and height for a cursor when using CustomCursor::from_rgba.