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