Maven module :un.engine : engine-ui :
Class :
un.engine.ui.ievent.KeyEvent
Extends/Implements :
un.api.event.DefaultEvent
Subclasses : -
Variables :
TYPE_PRESS,
TYPE_RELEASE,
KC_BEGIN,
KC_END,
KC_BACKSPACE,
KC_TAB,
KC_ENTER,
KC_CONTROL,
KC_DELETE,
KC_LEFT,
KC_UP,
KC_RIGHT,
KC_DOWN
Functions :
KeyEvent,
getType,
getCodePoint,
getCode,
resource
public int
TYPE_PRESS
public int
TYPE_RELEASE
public int
KC_BEGIN
public int
KC_END
public int
KC_BACKSPACE
public int
KC_TAB
public int
KC_ENTER
public int
KC_CONTROL
public int
KC_DELETE
public int
KC_LEFT
public int
KC_UP
public int
KC_RIGHT
public int
KC_DOWN
public void
KeyEvent (EventSource source, int type, int cp, int code)
public int
getType ()
public int
getCodePoint ()
public int
getCode ()
public KeyEvent
resource (EventSource source)
author Johann Sorel