Package xyz.cofe.term.common.win
Class WinInputCharEvent
- java.lang.Object
-
- xyz.cofe.term.common.ev.InputCharEventBase
-
- xyz.cofe.term.common.win.WinInputCharEvent
-
- All Implemented Interfaces:
InputCharEvent,InputEvent,InputKeyboardEvent,WinInputEvent
public class WinInputCharEvent extends InputCharEventBase implements WinInputEvent
-
-
Field Summary
-
Fields inherited from class xyz.cofe.term.common.ev.InputCharEventBase
alt, chr, control, shift
-
-
Constructor Summary
Constructors Constructor Description WinInputCharEvent(char chr, boolean alt, boolean shift, boolean control, xyz.cofe.term.win.InputKeyEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description xyz.cofe.term.win.InputKeyEventgetEvent()-
Methods inherited from class xyz.cofe.term.common.ev.InputCharEventBase
getChar, isAltDown, isControlDown, isShiftDown
-
-