Package xyz.cofe.term.common.nix
Class NixInputCharEvent
- java.lang.Object
-
- xyz.cofe.term.common.ev.InputCharEventBase
-
- xyz.cofe.term.common.nix.NixInputCharEvent
-
- All Implemented Interfaces:
InputCharEvent,InputEvent,InputKeyboardEvent
public class NixInputCharEvent extends InputCharEventBase
-
-
Field Summary
-
Fields inherited from class xyz.cofe.term.common.ev.InputCharEventBase
alt, chr, control, shift
-
-
Constructor Summary
Constructors Constructor Description NixInputCharEvent(char chr, boolean alt, boolean shift, boolean control, com.googlecode.lanterna.input.KeyStroke event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.googlecode.lanterna.input.KeyStrokegetEvent()-
Methods inherited from class xyz.cofe.term.common.ev.InputCharEventBase
getChar, isAltDown, isControlDown, isShiftDown
-
-