Class CharacterJoypadButtonBinding.Axis2dMinMaxBinding
java.lang.Object
zombie.characters.CharacterJoypadButtonBinding.Axis2dMinMaxBinding
- All Implemented Interfaces:
CharacterJoypadButtonBinding.IsDownBinding
- Enclosing class:
CharacterJoypadButtonBinding
public static class CharacterJoypadButtonBinding.Axis2dMinMaxBinding
extends Object
implements CharacterJoypadButtonBinding.IsDownBinding
-
Constructor Summary
ConstructorsConstructorDescriptionAxis2dMinMaxBinding(CharacterJoypadAxis2dBinding binding, float min, float max) -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CharacterJoypadButtonBinding.IsDownBinding
getAxis1d, getButton
-
Constructor Details
-
Axis2dMinMaxBinding
-
-
Method Details
-
isDown
public boolean isDown(int joypadBind) - Specified by:
isDownin interfaceCharacterJoypadButtonBinding.IsDownBinding
-
getAxis2d
- Specified by:
getAxis2din interfaceCharacterJoypadButtonBinding.IsDownBinding
-