Mouse

scroll()

Mouse.scroll, scroll

// SYNTAX
Mouse.scroll(wheel);

Scrolls the mouse wheel by the specified amount.

Parameters:

  • wheel: amount to move the scroll wheel - int8_t [-127, 127]

scroll() does not return anything.