forked from Clones/Controlify
pre1 and less sodium stuff cuz i got a pr merged
This commit is contained in:
@ -15,7 +15,6 @@ import java.util.Map;
|
||||
|
||||
public interface Controller<S extends ControllerState, C extends ControllerConfig> {
|
||||
String uid();
|
||||
int joystickId();
|
||||
String guid();
|
||||
|
||||
ControllerBindings<S> bindings();
|
||||
@ -75,11 +74,6 @@ public interface Controller<S extends ControllerState, C extends ControllerConfi
|
||||
return "NONE";
|
||||
}
|
||||
|
||||
@Override
|
||||
public int joystickId() {
|
||||
return -1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String guid() {
|
||||
return "DUMMY";
|
||||
|
Reference in New Issue
Block a user