mouse_drag
Drag the mouse from one pixel coordinate to another while holding a chosen button. Locks the Windows 98 VM during the operation; use vm_unlock after.
Instructions
Drag between exact pixel coordinates while holding the selected mouse button. VM remains locked by this session; call vm_unlock when finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_x | Yes | Zero-based physical screen coordinate. | |
| to_y | Yes | Zero-based physical screen coordinate. | |
| steps | No | ||
| button | No | left | |
| from_x | Yes | Zero-based physical screen coordinate. | |
| from_y | Yes | Zero-based physical screen coordinate. | |
| duration_ms | No |