|
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 | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.hid.NativeKeyboard
public class NativeKeyboard
Class used to interact with native keyboard.
| Constructor Summary | |
|---|---|
NativeKeyboard()
|
|
| Method Summary | |
|---|---|
void |
keyPress(char key)
Simulate a key press. |
void |
keyRelease(char key)
Simulate a key release. |
void |
symbolPress(String symbol)
Simulate a symbol key press. |
void |
symbolRelease(String symbol)
Simulate a symbol key release. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NativeKeyboard()
| Method Detail |
|---|
public void keyPress(char key)
key - ascii representation of the keypublic void keyRelease(char key)
key - ascii representation of the keypublic void symbolPress(String symbol)
symbol - symbol namepublic void symbolRelease(String symbol)
symbol - symbol name
|
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 | |||||||||