Searched refs:axisValues (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInputManager.java104 private final IntMap<Float> axisValues = new IntMap<Float>(); field in class:InputManager
218 if (axisValues.size() > 0) for (Entry<Float> axisValue : axisValues) {
261 boolean valueChanged = !axisValues.containsKey(hash);
310 Float val1 = axisValues.get(hash1);
311 Float val2 = axisValues.get(hash2);
320 axisValues.remove(hash1);
321 axisValues.remove(hash2);
327 axisValues.put(hash, -value);
328 axisValues
[all...]

Completed in 65 milliseconds