Package org.rspeer.game
Class Keyboard
java.lang.Object
org.rspeer.game.Keyboard
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
pressEventKey
(int eventKey) static void
sendKey
(char key) static void
-
Constructor Details
-
Keyboard
public Keyboard()
-
-
Method Details
-
sendText
-
pressEnter
public static void pressEnter() -
sendKey
public static void sendKey(char key) -
pressEventKey
public static void pressEventKey(int eventKey)
-