Package org.dreambot.api.methods.input
Class Keyboard
- java.lang.Object
-
- org.dreambot.api.methods.input.Keyboard
-
@Deprecated public class Keyboard extends java.lang.Object
Deprecated.seeKeyboard
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
closeInterfaceWithESC()
Deprecated.static void
gainFocus()
Deprecated.static double
getWordsPerMinute()
Deprecated.static void
holdControl(Condition c)
Deprecated.static void
holdControl(Condition c, long timeout)
Deprecated.static void
holdKey(char character, Condition c, long timeout)
Deprecated.static void
holdShift(Condition c)
Deprecated.static void
holdShift(Condition c, long timeout)
Deprecated.static void
holdSpace(Condition c, long timeout)
Deprecated.static boolean
isHoldingShift()
Deprecated.seeKeyboard.isHeld(Key)
usingKey.SHIFT
static boolean
isTyping()
Deprecated.no longer usedstatic void
loseFocus()
Deprecated.static void
pressEsc()
Deprecated.static void
pressShift()
Deprecated.static void
releaseShift()
Deprecated.static void
setHoldingShift(boolean holdingShift)
Deprecated.seeKeyboard.markHeld(Key, boolean)
usingKey.SHIFT
static void
setTypeEventOpen(boolean open)
Deprecated.no longer usedstatic void
setWordsPerMinute(double wordsPerMinute)
Deprecated.static void
type(java.lang.Object message)
Deprecated.static void
type(java.lang.Object message, boolean enter)
Deprecated.static void
type(java.lang.Object message, boolean enter, boolean makeMistakes)
Deprecated.static void
type(java.lang.Object message, boolean enter, Condition stopCondition)
Deprecated.static void
typeSpecialKey(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.
-
-