The touch scheme covers select/drag/pan/zoom/commands and the menu/skip buttons, but there's no way to send keyboard hotkeys (build shortcuts, control groups) on a phone, and no gamepad support.
Ideas
- A small on-screen, toggleable hotkey/keypad overlay that synthesizes key events (the input-synthesis plumbing already exists — see touch-rts-control-scheme.md).
- Map an attached gamepad (SDL3 already exposes it) to cursor + common actions.
Design discussion welcome before coding.
The touch scheme covers select/drag/pan/zoom/commands and the menu/skip buttons, but there's no way to send keyboard hotkeys (build shortcuts, control groups) on a phone, and no gamepad support.
Ideas
Design discussion welcome before coding.