mouse_move
Move the mouse pointer to precise physical screen coordinates in a Windows 98 VM. Coordinates are zero-based pixels; the VM stays locked until you call vm_unlock.
Instructions
Move the mouse to an exact zero-based physical pixel coordinate. 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_name | Yes | Unique VM name configured in WIN98CTL.INI. | |
| duration_ms | No |