Searched refs:KEY_CONTROL (Results 1 – 3 of 3) sorted by relevance
37 public final static int KEY_CONTROL = 0x01; field
747 public final static int KEY_CONTROL = 28; field in vt320940 boolean control = (modifiers & VDUInput.KEY_CONTROL) != 0; in keyPressed()1062 case KEY_CONTROL: in keyPressed()1079 boolean control = (modifiers & VDUInput.KEY_CONTROL) != 0; in keyTyped()
476 bufferState |= vt320.KEY_CONTROL; in getStateForBuffer()