mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +00:00
Implement controller LED and battery state extensions
This commit is contained in:
@@ -2257,6 +2257,11 @@ public class Game extends Activity implements SurfaceHolder.Callback,
|
||||
controllerHandler.handleSetMotionEventState(controllerNumber, motionType, reportRateHz);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setControllerLED(short controllerNumber, byte r, byte g, byte b) {
|
||||
controllerHandler.handleSetControllerLED(controllerNumber, r, g, b);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
|
||||
if (!surfaceCreated) {
|
||||
|
||||
Reference in New Issue
Block a user