Search
RegularKey.setRepeat Method
See Also
 






Sets how many times to send the key code when this key is pressed.

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

 Syntax

Java  Copy Code

public void setRepeat (
    int value
)

 Parameters

value

An integer value specifying how many time to repeat the key.

 See Also