java.lang.Object
net.botwithus.rs3.input.KeyboardInput
-
Method Summary
-
Method Details
-
enter
Simulates entering a given string of characters into the keyboard.- Parameters:
value
- The string of characters to enter.
-
pressKey
public static void pressKey(int keyCode) Presses the given key code.- Parameters:
keyCode
- the key code to press
-