Toggle on-device input visualization
devilge_set_input_visualizationToggle on-screen touch indicators and pointer coordinates to verify UI automation inputs.
Instructions
Toggles the device-side developer options "Show touches" and "Pointer location". When enabled, every tap/swipe leaves a visible marker on screen and the live coords appear in a debug strip — useful to confirm input_tap/input_swipe are landing where expected. Persists until the device reboots. Recommended: enable once at start of a driving session, disable when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Device serial. Defaults to DEVILGE_DEFAULT_DEVICE_SERIAL or the only attached device. | |
| enabled | Yes | true → enable Show Touches + Pointer Location; false → disable both. |