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