mouse_scroll
Scrolls the mouse vertically or horizontally at a specified screen position. Negative delta_y scrolls up; positive delta_y scrolls down.
Instructions
Cuộn chuột tại vị trí (x, y). deltaY âm = cuộn lên, dương = cuộn xuống.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Vị trí X để cuộn | |
| y | Yes | Vị trí Y để cuộn | |
| delta_x | No | Cuộn ngang (thường là 0) | |
| delta_y | No | Cuộn dọc: âm=lên, dương=xuống |