Search
VirtualKeyboard.setAutoRepeat Method
See Also
 






Sets 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 void setAutoRepeat (
    boolean value
)

 Parameters

value

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

 See Also