nanokvm_move_relative
Move the mouse cursor by a relative pixel delta. Use when absolute mouse movement has no effect, such as with embedded firmware that ignores absolute coordinates.
Instructions
Move mouse cursor by a relative delta, rather than to an absolute position.
Use this when nanokvm_move() has no visible effect. Targets running embedded firmware (NVRs, BIOS/UEFI setup, some appliances) implement a plain relative USB mouse and silently ignore the tablet-style absolute coordinates that nanokvm_move() sends.
Deltas larger than one signed byte are split across multiple HID reports.
Args: dx: Horizontal delta in pixels, negative is left dy: Vertical delta in pixels, negative is up
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | Yes | ||
| dy | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |