Uses of Enum Class
com.shaft.gui.element.TouchActions.KeyboardKeys
Packages that use TouchActions.KeyboardKeys
- 
Uses of TouchActions.KeyboardKeys in com.shaft.gui.element
Methods in com.shaft.gui.element that return TouchActions.KeyboardKeysModifier and TypeMethodDescriptionstatic TouchActions.KeyboardKeysReturns the enum constant of this class with the specified name.static TouchActions.KeyboardKeys[]TouchActions.KeyboardKeys.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.shaft.gui.element with parameters of type TouchActions.KeyboardKeysModifier and TypeMethodDescriptionTouchActions.nativeKeyboardKeyPress(TouchActions.KeyboardKeys key) Sends a key-press via the device soft keyboard.