forked from Clones/Controlify
compound joysticks, button guide in screens, improve API
This commit is contained in:
@ -65,8 +65,8 @@ public abstract class AbstractController<S extends ControllerState, C extends Co
|
||||
}
|
||||
|
||||
@Override
|
||||
public String guid() {
|
||||
return this.guid;
|
||||
public int joystickId() {
|
||||
return this.joystickId;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user