pub type MouseRef = Ref;
Type aliases for convenience.
pub enum MouseRef { Button(u8), CursorLeft, CursorRight, CursorUp, CursorDown, WheelUp, WheelDown, WheelLeft, WheelRight, }
A mouse button. (Value is button number, 1-8).
Move cursor left.
Move cursor right.
Move cursor up.
Move cursor down.
Scroll wheel up.
Scroll wheel down.
Scroll wheel left.
Scroll wheel right.