qemu_mouse_click
Simulate a mouse click in a Windows 98 VM by moving to x/y coordinates via QMP, then click. Use before the Windows controller is ready; locks the VM, so call vm_unlock after.
Instructions
Move then click through QMP before the Windows controller is available. VM remains locked by this session; call vm_unlock when finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Zero-based physical screen coordinate. | |
| y | Yes | Zero-based physical screen coordinate. | |
| vm_id | Yes | ||
| button | No | left |