|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NativeKeyboardHookDelegate
NativeKeyboardHookDelegate interface.
| Field Summary | |
|---|---|
static int |
MODIFIERS_ALT
ALT modifier. |
static int |
MODIFIERS_CTRL
CTRL modifier. |
static int |
MODIFIERS_LOGO
Logo modifier (i.e. |
static int |
MODIFIERS_SHIFT
SHIFT modifier. |
| Method Summary | |
|---|---|
void |
receiveKey(int keycode,
int modifiers)
Receive a key press event. |
| Field Detail |
|---|
static final int MODIFIERS_CTRL
static final int MODIFIERS_ALT
static final int MODIFIERS_SHIFT
static final int MODIFIERS_LOGO
| Method Detail |
|---|
void receiveKey(int keycode,
int modifiers)
keycode - keycode receivedmodifiers - modifiers received (ALT or CTRL + letter, ...)
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||