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