Searched refs:KEY_LCONTROL (Results 1 – 4 of 4) sorted by relevance
155 public static final int KEY_LCONTROL = 0x1D; field
84 KEY_NAMES[KEY_LCONTROL] = "Left Ctrl";
197 case KEY_LCONTROL: in convertJmeCode()437 return KEY_LCONTROL; in convertAwtKey()
184 } else if (code == KeyInput.KEY_LCONTROL || code == KeyInput.KEY_RCONTROL) { in onKeyEventQueued()