env_scroll
Scroll a running virtual machine's mouse wheel at a chosen pixel position: pointer moves there, positive clicks wheel down, negative clicks wheel up.
Instructions
Scroll the environment's mouse wheel: the pointer moves to the given pixel position, then the wheel turns there. Positive clicks scroll down, negative up. The environment must be running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | pixel column to scroll at, 0-based | |
| y | Yes | pixel row to scroll at, 0-based | |
| name | Yes | name of the environment | |
| clicks | Yes | wheel clicks: positive scrolls down, negative up |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log | No | ||
| name | Yes |