feat: dual-screen display fixes and input enhancements from Artemis#577
Open
kiloiam wants to merge 1 commit into
Open
feat: dual-screen display fixes and input enhancements from Artemis#577kiloiam wants to merge 1 commit into
kiloiam wants to merge 1 commit into
Conversation
Owner
|
Thank you but here we have a no Claude policy Please review the commits yourself and remove Claude from the coauthor and commit message. |
Author
|
thanks |
- Fix display selection in fully external display mode (use -1 sentinel instead of Display.DEFAULT_DISPLAY) - Robust display detection + unique app ID for parallel install alongside original Moonlight - Analog stick mouse emulation with sub-pixel accumulation (16ms polling) - Separate stick mouse sensitivity setting + cursor flickering fix - Trackpad: disable dimming, fix notification popup persistence, fix toggle - Remap X→Ctrl + Y→Esc in mouse emulation mode with proper modifier tracking via Game.injectKey() - Full-screen keyboard default + keyboard height percent slider in Virtual Trackpad settings - State-machine based key remap + input map save before flag clear - Rename shadowed variables for clarity (xDown→xPressed, yDown→yPressed) - Add Chinese (zh-rCN) translations for new settings
047e986 to
0c3d3eb
Compare
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.
Summary
-1sentinel instead ofDisplay.DEFAULT_DISPLAY)Game.injectKey()Test plan
Closes #576