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
SyntaxJava
Copy Code
|
|---|
public boolean getAutoRepeat () |
true to enable automatic repeat, or false otherwise. The default value is true.
See Also