forked from Clones/Controlify
Migrate to libsdl4j, SDL download screen, use gamecontrollerdb.txt
, calibration now detects joystick triggers
This commit is contained in:
@ -16,13 +16,6 @@ public interface JoystickController<T extends JoystickConfig> extends Controller
|
||||
return Controlify.id("textures/gui/joystick/icon.png");
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
int axisCount();
|
||||
@Deprecated
|
||||
int buttonCount();
|
||||
@Deprecated
|
||||
int hatCount();
|
||||
|
||||
@Override
|
||||
default boolean canBeUsed() {
|
||||
return !(mapping() instanceof UnmappedJoystickMapping);
|
||||
|
Reference in New Issue
Block a user