|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.jniwrapper.win32.hook.HookEventObject
com.jniwrapper.win32.hook.LowLevelKeyboardEvent
public class LowLevelKeyboardEvent
Defines low level keyboard event object.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Method Summary | |
|---|---|
void |
consume()
Causes the consuming of this event, so another applications will not receive it. |
long |
getMessageID()
Returns the identifier of the keyboard message. |
long |
getScanCode()
Returns a hardware scan code for the key. |
long |
getTime()
Returns the time stamp for this message. |
long |
getVirtualKeyCode()
Returns a 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. |
boolean |
isInjected()
Specifies whether the event was injected. |
boolean |
isPressed()
Specifies the transition state. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public long getMessageID()
public long getVirtualKeyCode()
public long getScanCode()
public boolean isExtendedKey()
public boolean isInjected()
public boolean isAltPressed()
ALT key is pressed; otherwise, it is falsepublic boolean isPressed()
public long getTime()
public void consume()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||