1
0
forked from Clones/Controlify

pre1 and less sodium stuff cuz i got a pr merged

This commit is contained in:
isXander
2023-02-22 20:19:48 +00:00
parent a40cd9a2e2
commit f17685535a
19 changed files with 51 additions and 259 deletions

View File

@ -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";