Added an image overlay feature, configurable controls, and fixed lag#25
Open
gbrown5 wants to merge 2 commits intoTuxSH:masterfrom
Open
Added an image overlay feature, configurable controls, and fixed lag#25gbrown5 wants to merge 2 commits intoTuxSH:masterfrom
gbrown5 wants to merge 2 commits intoTuxSH:masterfrom
Conversation
-Fixed program lags -Added configurable controls. See GamepadConfig.ini -Added ability to set a background/overaly image on the touchpad window so the user can better judge where to click.
mastermune
reviewed
Jul 21, 2017
| }; | ||
|
|
||
| static const QGamepadManager::GamepadButton irButtons[] = { | ||
| QGamepadManager::ButtonR2, |
Contributor
There was a problem hiding this comment.
What about "Button/3DS_ZR" and "Button/3DS_ZL" ?
Author
There was a problem hiding this comment.
O yeah that still needs to be done I have an old 3ds so I forgot about that and no way to test it.
Author
There was a problem hiding this comment.
So I just happened to come across a new 3ds (convenient huh? lol) and have updated with ZL and ZR support.
-Added support for the ZL and ZR buttons for new 3DS. (3DS_ZR, 3DS_ZL)
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.
-Fixed program lags
-Added configurable controls. See GamepadConfig.ini
-Added ability to set a background/overlay image on the touchpad window.
-Removed the invert controls checkboxes as they are unnecessary now.