Searched refs:VDUInput (Results 1 – 2 of 2) sorted by relevance
34 public interface VDUInput { interface
38 public abstract class vt320 extends VDUBuffer implements VDUInput {939 boolean control = (modifiers & VDUInput.KEY_CONTROL) != 0; in keyPressed()940 boolean shift = (modifiers & VDUInput.KEY_SHIFT) != 0; in keyPressed()941 boolean alt = (modifiers & VDUInput.KEY_ALT) != 0; in keyPressed()1078 boolean control = (modifiers & VDUInput.KEY_CONTROL) != 0; in keyTyped()1079 boolean shift = (modifiers & VDUInput.KEY_SHIFT) != 0; in keyTyped()1080 boolean alt = (modifiers & VDUInput.KEY_ALT) != 0; in keyTyped()1223 if ((modifiers & VDUInput.KEY_ACTION) != 0) { in keyTyped()