mouse_drag
Drag from one pixel coordinate to another while holding a selected mouse button to perform precise drag-and-drop actions in the Windows 98 VM.
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 |