Searched refs:KEY_CONTROL (Results 1 – 3 of 3) sorted by relevance
36 public final static int KEY_CONTROL = 0x01; field
746 public final static int KEY_CONTROL = 28; field in vt320939 boolean control = (modifiers & VDUInput.KEY_CONTROL) != 0; in keyPressed()1061 case KEY_CONTROL: in keyPressed()1078 boolean control = (modifiers & VDUInput.KEY_CONTROL) != 0; in keyTyped()
474 bufferState |= vt320.KEY_CONTROL; in getStateForBuffer()