Searched refs:CURSOR_NORMAL (Results 1 – 1 of 1) sorted by relevance
26 static CURSOR_NORMAL: &[u8] = include_bytes!("../resource/cursor_normal.png"); constant48 Image::from_path(CURSOR_NORMAL).unwrap_or(Image::new(10, 10)), in new()