Package org.rspeer.game
Class Keyboard
- java.lang.Object
-
- org.rspeer.game.Keyboard
-
public class Keyboard extends Object
-
-
Constructor Summary
Constructors Constructor Description Keyboard()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
pressEnter()
static void
pressEventKey(int eventKey)
static void
sendKey(char key)
static void
sendText(String text, boolean pressEnter)
-
-
-
Method Detail
-
sendText
public static void sendText(String text, boolean pressEnter)
-
pressEnter
public static void pressEnter()
-
sendKey
public static void sendKey(char key)
-
pressEventKey
public static void pressEventKey(int eventKey)
-
-