scroll
Simulate mouse wheel input at specified screen coordinates on macOS. Set dy positive to move down, dx for horizontal wheel movement.
Instructions
HID scroll wheel at (x, y). dy>0 scrolls down. Optional dx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| dx | No | ||
| dy | Yes |