Scrolls the mouse wheel.
The direction to scroll (up or down).
The number of clicks to scroll. Defaults to 1.
import { MouseWheelSync, ScrollDirection } from '@ahmic/autoit-js';MouseWheelSync(ScrollDirection.Up, 3);MouseWheelSync(ScrollDirection.Down, 2); Copy
import { MouseWheelSync, ScrollDirection } from '@ahmic/autoit-js';MouseWheelSync(ScrollDirection.Up, 3);MouseWheelSync(ScrollDirection.Down, 2);
https://www.autoitscript.com/autoit3/docs/functions/MouseWheel.htm
Scrolls the mouse wheel.