Added Steam Controller support#528
Open
Crazyphil wants to merge 6 commits into
Open
Conversation
- Allow emulating Xbox or PS5 controllers, both with their own advantages and disadvantages - Added support for gyroscope, battery and LED - Implemented rumble - Properly reset the controller when stopping to stream
Owner
|
Thank you! At first glance it doesn't look like very much AI generated which is great, even though this PR touches so many files. I'll do a detailed review when I get some time. |
pschaub
reviewed
Apr 6, 2026
Comment on lines
+109
to
+115
| // final HIDDeviceManager finalThis = this; | ||
| // mHandler.postDelayed(new Runnable() { | ||
| // @Override | ||
| // public void run() { | ||
| // finalThis.chromebookConnectionHandler(); | ||
| // } | ||
| // }, 5000); |
There was a problem hiding this comment.
keep unused code or remove before merge?
pschaub
reviewed
Apr 6, 2026
| } | ||
|
|
||
| private void initializeBluetooth() { | ||
| //Log.d(TAG, "Initializing Bluetooth"); |
There was a problem hiding this comment.
keep unused code or remove before merge?
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.
Improved upon the Steam Controller support for the original Moonlight Android client by @JnCrMx for issue moonlight-stream#1062
I've made a pull request for this fork instead of for the original repo because I see a higher chance that the pull request is recognized.
A short summary of what the pull request does:
Fixes #263