// PROTOTYPE void scroll(int8_t wheel);
// SYNTAX Mouse.scroll(wheel);
Scrolls the mouse wheel by the specified amount.
Parameters:
wheel
int8_t
scroll() does not return anything.
scroll()