Scroll
input_scrollSend scroll-wheel events to any on-screen location, optionally repositioning the cursor first. Scroll vertically or horizontally by line or pixel.
Instructions
Post a scroll-wheel event, optionally moving the cursor to a point first. Positive deltaY scrolls up/content-down per system convention. Requires Accessibility permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Move the cursor here before scrolling. | |
| y | No | Move the cursor here before scrolling. | |
| unit | No | Defaults to line. | |
| deltaX | No | Horizontal scroll amount. Defaults to 0. | |
| deltaY | No | Vertical scroll amount. Defaults to 0. |