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

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
H A DJInputJoyInput.java25 private HashMap<Controller, Integer> controllerToIndices; field in class:JInputJoyInput
70 controllerToIndices = new HashMap<Controller, Integer>();
79 controllerToIndices.put(c, joyIndex);
132 int joyId = controllerToIndices.get(c);

Completed in 84 milliseconds