Home
last modified time | relevance | path

Searched defs:joyAxis (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
DJoyAxisTrigger.java52 public static int joyAxisHash(int joyId, int joyAxis, boolean negative){ in joyAxisHash()
53 assert joyAxis >= 0 && joyAxis <= 255; in joyAxisHash() local