xloop_event 0.1.0

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