pub trait EmulateMouseWheel { fn rotate(speed: i32); }
Emulates the mouse wheel input.
Rotates a mouse wheel.