mouse_click
Simulate mouse clicks inside a Windows 98 VM at specific coordinates or the current pointer position, with configurable button, click count, and interval for GUI automation.
Instructions
Click at the supplied coordinates, or at the current pointer position when omitted. 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. | |
| button | No | left | |
| vm_name | Yes | Unique VM name configured in WIN98CTL.INI. | |
| click_count | No | ||
| interval_ms | No |