mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-15 21:31:12 +00:00
Make SourceComponent serializable
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
package com.limelight.input.gamepad;
|
package com.limelight.input.gamepad;
|
||||||
|
|
||||||
public class SourceComponent {
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
public class SourceComponent implements Serializable {
|
||||||
|
private static final long serialVersionUID = 2366409458045238273L;
|
||||||
|
|
||||||
public enum Type { AXIS, BUTTON }
|
public enum Type { AXIS, BUTTON }
|
||||||
private Type type;
|
private Type type;
|
||||||
private int id;
|
private int id;
|
||||||
|
|||||||
Reference in New Issue
Block a user