mouse_scroll
Send a mouse-wheel delta to a Windows 98 VM, optionally at given coordinates, enabling precise scrolling when guest wheel support is active. Use for controlled wheel input in automation tasks.
Instructions
Send a mouse-wheel delta at optional coordinates. Requires guest wheel support. VM remains locked by this session; call vm_unlock when finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Zero-based physical screen coordinate. | |
| y | No | Zero-based physical screen coordinate. | |
| delta | Yes | ||
| vm_name | Yes | Unique VM name configured in WIN98CTL.INI. |