Search
VirtualKeyboard.getRepeatDelay Method
See Also
 






Specifies the initial delay in milliseconds before the component starts repeating key-down events when AutoRepeat is enabled.

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

 Syntax

Java  Copy Code

public int getRepeatDelay ()

 Return Value

An integer value specifying initial delay in milliseconds. The default value is 500.

 See Also