forked from Clones/Controlify
fix test
This commit is contained in:
@ -134,6 +134,11 @@ public class FakeController implements JoystickController<JoystickConfig> {
|
||||
return rumbleManager;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canRumble() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public JoystickMapping mapping() {
|
||||
return UnmappedJoystickMapping.EMPTY;
|
||||
|
Reference in New Issue
Block a user