Prototype touchscreen trackpad mode - #185
Draft
gh123man wants to merge 1 commit into
Draft
Conversation
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 changed
Touchscreen Trackpadtoggle under Armada Control's Advanced > Input sectionWhy
Steam Input does not expose a handheld's physical touchscreen as a configurable trackpad, and InputPlumber's touchscreen-to-mouse translation is not implemented in the pinned package. A small Armada-owned prototype lets us validate the interaction model without first coordinating an InputPlumber package change.
Direct touch remains the default. In trackpad mode the service uses an exclusive evdev grab, so Gamescope does not also receive absolute touches. If the service exits or crashes, the kernel releases the grab and direct touch becomes available again.
User impact
Users can switch modes from the controller-accessible Decky quick-access menu. Trackpad mode works as a conventional system mouse in Steam, games, and Desktop Mode rather than relying on a per-game Steam Input layout.
Validation
git diff --checkpassedpython3-evdevA full Armada image was not built locally. The pull-request container build should provide that integration check.
Hardware validation still needed
This is intentionally a prototype. Sensitivity, scrolling, and per-game overrides can be added after the basic interaction is tested on hardware.