Searched refs:KEY_X (Results 1 – 13 of 13) sorted by relevance
219 public static final int KEY_X = 0x2D; field
41 KEY_NAMES[KEY_X] = "X";
510 $KEY_X = 45;844 $key_lookup{XK_x} = $KEY_X;845 $key_lookup{XK_X} = $KEY_X;
628 $KEY_X = 45;962 $key_lookup{XK_x} = $KEY_X;963 $key_lookup{XK_X} = $KEY_X;
229 case KEY_X: in convertJmeCode()469 return KEY_X; in convertAwtKey()
71 new KeyTrigger(KeyInput.KEY_X)); in setupKeys()
105 inputManager.addMapping("gc", new KeyTrigger(KeyInput.KEY_X)); in simpleInitApp()
46 KEY_X
139 #if defined(KEY_X) || (defined(HAVE_DECL_KEY_X) && HAVE_DECL_KEY_X)140 XLAT(KEY_X),
263 KEY_U, KEY_V, KEY_W, KEY_X, KEY_Y, KEY_Z }; in keysym2scancode()
1362 case XK_x: return KEY_X; in lookup_code()1363 case XK_X: return KEY_X; in lookup_code()1541 XK_x KEY_X
259 #define KEY_X 45 macro
106 KeyInput.KEY_X,