forked from Clones/Controlify
controller hid identification + ps4 buttons
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
package dev.isxander.controlify.controller;
|
||||
|
||||
import dev.isxander.controlify.bindings.ControllerTheme;
|
||||
|
||||
public class ControllerConfig {
|
||||
public static final ControllerConfig DEFAULT = new ControllerConfig();
|
||||
|
||||
@ -20,5 +22,7 @@ public class ControllerConfig {
|
||||
|
||||
public float virtualMouseSensitivity = 1f;
|
||||
|
||||
public ControllerTheme theme = ControllerTheme.AUTO;
|
||||
|
||||
public String customName = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user