Package org.dreambot.api.methods.input
Class Keyboard
- java.lang.Object
-
- org.dreambot.api.methods.input.Keyboard
-
@Deprecated public class Keyboard extends java.lang.ObjectDeprecated.seeKeyboard
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleancloseInterfaceWithESC()Deprecated.static voidgainFocus()Deprecated.static doublegetWordsPerMinute()Deprecated.static voidholdControl(Condition c)Deprecated.static voidholdControl(Condition c, long timeout)Deprecated.static voidholdKey(char character, Condition c, long timeout)Deprecated.static voidholdShift(Condition c)Deprecated.static voidholdShift(Condition c, long timeout)Deprecated.static voidholdSpace(Condition c, long timeout)Deprecated.static booleanisHoldingShift()Deprecated.seeKeyboard.isHeld(Key)usingKey.SHIFTstatic booleanisTyping()Deprecated.no longer usedstatic voidloseFocus()Deprecated.static voidpressEsc()Deprecated.static voidpressShift()Deprecated.static voidreleaseShift()Deprecated.static voidsetHoldingShift(boolean holdingShift)Deprecated.seeKeyboard.markHeld(Key, boolean)usingKey.SHIFTstatic voidsetTypeEventOpen(boolean open)Deprecated.no longer usedstatic voidsetWordsPerMinute(double wordsPerMinute)Deprecated.static voidtype(java.lang.Object message)Deprecated.static voidtype(java.lang.Object message, boolean enter)Deprecated.static voidtype(java.lang.Object message, boolean enter, boolean makeMistakes)Deprecated.static voidtype(java.lang.Object message, boolean enter, Condition stopCondition)Deprecated.static voidtypeSpecialKey(int key)Deprecated.
-
-
-
Method Detail
-
closeInterfaceWithESC
@Deprecated public static boolean closeInterfaceWithESC()
Deprecated.- Returns:
-
type
@Deprecated public static void type(java.lang.Object message)
Deprecated.
-
type
@Deprecated public static void type(java.lang.Object message, boolean enter)Deprecated.
-
type
@Deprecated public static void type(java.lang.Object message, boolean enter, Condition stopCondition)Deprecated.
-
type
@Deprecated public static void type(java.lang.Object message, boolean enter, boolean makeMistakes)Deprecated.//TODO
-
isTyping
@Deprecated public static boolean isTyping()
Deprecated.no longer used
-
typeSpecialKey
@Deprecated public static void typeSpecialKey(int key)
Deprecated.
-
pressEsc
@Deprecated public static void pressEsc()
Deprecated.
-
setTypeEventOpen
@Deprecated public static void setTypeEventOpen(boolean open)
Deprecated.no longer used
-
holdShift
@Deprecated public static void holdShift(Condition c)
Deprecated.
-
holdControl
@Deprecated public static void holdControl(Condition c)
Deprecated.
-
holdControl
@Deprecated public static void holdControl(Condition c, long timeout)
Deprecated.
-
holdShift
@Deprecated public static void holdShift(Condition c, long timeout)
Deprecated.
-
holdKey
@Deprecated public static void holdKey(char character, Condition c, long timeout)Deprecated.
-
holdSpace
@Deprecated public static void holdSpace(Condition c, long timeout)
Deprecated.
-
pressShift
@Deprecated public static void pressShift()
Deprecated.
-
releaseShift
@Deprecated public static void releaseShift()
Deprecated.
-
isHoldingShift
@Deprecated public static boolean isHoldingShift()
Deprecated.seeKeyboard.isHeld(Key)usingKey.SHIFT
-
setHoldingShift
@Deprecated public static void setHoldingShift(boolean holdingShift)
Deprecated.seeKeyboard.markHeld(Key, boolean)usingKey.SHIFT
-
getWordsPerMinute
@Deprecated public static double getWordsPerMinute()
Deprecated.
-
setWordsPerMinute
@Deprecated public static void setWordsPerMinute(double wordsPerMinute)
Deprecated.
-
loseFocus
@Deprecated public static void loseFocus()
Deprecated.
-
gainFocus
@Deprecated public static void gainFocus()
Deprecated.
-
-