1 2 3 4 5 6
#[derive(Debug, Clone)] pub enum EvtWheel { Pixel(f32, f32, f32), Line(f32, f32, f32), Page(f32, f32, f32), }