Add "Controller + Mouse (Siri Remote)" input mode#79
Open
oliversluke wants to merge 1 commit into
Open
Conversation
New remote-input mode: the connected game controller keeps driving the game while the Siri Remote acts as a mouse pointer. This handles the common case where a game or launcher shows a mouse-only UI at startup (Steam Big Picture, a launcher, a settings/EULA dialog) that a controller can't navigate — the user clicks it with the Siri Remote, then keeps playing on the controller. Selectable from Settings alongside the existing remote modes. The input-mode labels are also aligned with Apple's "Controller" terminology (previously "Gamepad") across all 34 localizations. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Collaborator
|
@oliversluke I see 4 options including standalone Siri Remote which I believe is obsolete now and we should clean that up. As you said keep 3 options only "Controller, Controller + Touchpad, and Controller + Mouse (Siri Remote)" But the new combined option works very well, tested in COD BO6 and COD BO7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new remote-input mode — Controller + Mouse (Siri Remote) — selectable in Settings alongside the existing modes. In this mode the connected game controller keeps driving the game, while the Siri Remote acts as a mouse pointer.
Why
Some games and launchers show a mouse-driven UI that a controller can't navigate, most often right at the start of a session — Steam Big Picture, a game's own launcher, a settings/EULA/resolution dialog, an anti-cheat prompt. In a controller-only mode you can get stuck there. This mode lets you click that UI with the Siri Remote, then carry on playing with the controller — no need to switch the whole input mode mid-session.
How it works
Terminology alignment
While wiring up the label I also aligned the input-mode names with Apple's "Controller" terminology — that's Apple's user-facing wording across tvOS and the HIG; "Gamepad" only appears in the developer
GameControllerAPI. So the three modes now read Controller, Controller + Touchpad, and Controller + Mouse (Siri Remote), localized across all 34 languages (locales that already use their own correct term — e.g. ES "Mando", FR "Manette", zh "手柄" — are left untouched).Testing
Device-tested on Apple TV 4K. Build +
swiftformat/swiftlint --strictclean.🤖 Generated with Claude Code