public static class CBTEvent.KeySkipped extends CBTEvent
HCBT_KEYSKIPPED
hook event.CBTEvent.Activate, CBTEvent.ClickSkipped, CBTEvent.CreateWnd, CBTEvent.DestroyWnd, CBTEvent.KeySkipped, CBTEvent.MinMax, CBTEvent.MoveSize, CBTEvent.QS, CBTEvent.SetFocus, CBTEvent.SysCommand
Constructor and Description |
---|
KeySkipped(java.lang.Object source,
long virtualKeyCode,
long keyInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
getPreviousState()
Specifies the previous key state.
|
int |
getRepeatCount()
Specifies the repeat count.
|
int |
getScanCode()
Specifies the scan code.
|
boolean |
getTransitionState()
Specifies the transition state.
|
long |
getVirtualKeyCode()
Returns the virtual-key code.
|
boolean |
isAltPressed()
Specifies the context code.
|
boolean |
isExtendedKey()
Specifies whether the key is an extended key, such as a function key or a
key on the numeric keypad.
|
public KeySkipped(java.lang.Object source, long virtualKeyCode, long keyInfo)
public long getVirtualKeyCode()
public int getRepeatCount()
public int getScanCode()
public boolean isExtendedKey()
public boolean isAltPressed()
public boolean getPreviousState()
public boolean getTransitionState()