Search
VirtualKeyboard.getAutoRepeat Method
See Also
 






Gets whether the component should synthesize keyboard events repeatedly when a virtual key is pressed down, until the key is released.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public boolean getAutoRepeat ()

 Return Value

true to enable automatic repeat, or false otherwise. The default value is true.

 See Also