Package xyz.cofe.term.common.win
Class WinInputKeyEvent
- java.lang.Object
-
- xyz.cofe.term.common.ev.InputKeyEventBase
-
- xyz.cofe.term.common.win.WinInputKeyEvent
-
- All Implemented Interfaces:
InputEvent,InputKeyboardEvent,InputKeyEvent,WinInputEvent
public class WinInputKeyEvent extends InputKeyEventBase implements WinInputEvent
-
-
Field Summary
-
Fields inherited from class xyz.cofe.term.common.ev.InputKeyEventBase
alt, control, key, shift
-
-
Constructor Summary
Constructors Constructor Description WinInputKeyEvent(KeyName key, 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.InputKeyEventBase
getKey, isAltDown, isControlDown, isShiftDown
-
-
-
-
Constructor Detail
-
WinInputKeyEvent
public WinInputKeyEvent(KeyName key, boolean alt, boolean shift, boolean control, xyz.cofe.term.win.InputKeyEvent event)
-
-