Searched defs:joyAxis (Results 1 – 1 of 1) sorted by relevance
52 public static int joyAxisHash(int joyId, int joyAxis, boolean negative){ in joyAxisHash()53 assert joyAxis >= 0 && joyAxis <= 255; in joyAxisHash() local