public interface IKeyHookListener
Modifier and Type | Method and Description |
---|---|
boolean |
hookedKey(int vkey,
int modifier,
boolean isUp)
Invoke when a key is hooked.
|
boolean hookedKey(int vkey, int modifier, boolean isUp)
vkey
- the virtual key code.modifier
- the modifier of the key.isUp
- whether the key is up or down.