qemu_mouse_move
Moves the mouse cursor to absolute coordinates in a running QEMU VM. Locks the VM session, so call vm_unlock when done.
Instructions
Send absolute QMP mouse coordinates to a running QEMU VM. 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 |