Subclasses of AbstractControl in net.jinx.action.input.robot |
class |
AxisControl
AxisControl is an almost useless extension of AbstractControl. |
class |
ButtonControl
ButtonControl is an AbstractControl extension that converts it's input
values to a boolean state. |
class |
SliderControl
SliderControl is an AbstractControl extension that expects input values from
zero to one, much like a throttle. |
class |
ToggleButtonControl
ToggleButtonControl is an extension of ButtonControl that when pressed
flip-flops back and forth from on to off and back again. |