Second screen track pad implementation#453
Open
JoshRacine wants to merge 1 commit intoClassicOldSong:moonlight-noirfrom
Open
Second screen track pad implementation#453JoshRacine wants to merge 1 commit intoClassicOldSong:moonlight-noirfrom
JoshRacine wants to merge 1 commit intoClassicOldSong:moonlight-noirfrom
Conversation
Owner
|
Thanks for your contribution but this actually conflicts with another PR which makes full external display mode work like your description: #437 |
|
can i get some apk file? |
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.
Touchpad Mode for Secondary Displays + 3-Finger Keyboard Fix
What's New
This PR adds a touchpad mode for dual-screen setups and fixes the annoying issue where the 3-finger keyboard gesture
would flash and immediately close.
Touchpad Mode Feature
mode is enabled in settings)
3-Finger Keyboard Gesture Fix
This has been broken in Artemis for a while - when you'd do the 3-finger tap, the keyboard would appear for a split
second and vanish.
What was wrong:
What's fixed:
Files Changed
Modified:
Added:
Testing
Tested on AYN Thor (dual-screen handheld) with touchpad mode enabled/disabled, 3-finger gesture, keyboard input,
display disconnects, and app lifecycle stuff.
Compatibility
Everything is backwards compatible. Touchpad mode is optional and off by default. The keyboard fix just makes the
existing 3-finger gesture actually work.