mouse_click
Simulate a click in a Windows 98 VM at specified coordinates or the current pointer position. Supports left/right/middle buttons, click count, and interval; remember to unlock the VM afterward.
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 | |
| click_count | No | ||
| interval_ms | No |