Uses of Class
be.yildizgames.module.controller.ControllerInput
-
Packages that use ControllerInput Package Description be.yildizgames.module.controller -
-
Uses of ControllerInput in be.yildizgames.module.controller
Methods in be.yildizgames.module.controller that return ControllerInput Modifier and Type Method Description default ControllerInputControllerMapper. button1()default ControllerInputControllerMapper. button2()default ControllerInputControllerMapper. button3()default ControllerInputControllerMapper. button4()default ControllerInputControllerMapper. buttonSelect()default ControllerInputControllerMapper. buttonStart()static ControllerInputControllerInput. valueOf(String name)Returns the enum constant of this type with the specified name.static ControllerInput[]ControllerInput. values()Returns an array containing the constants of this enum type, in the order they are declared.
-