Sets whether keys repeat only key-down events, with a single key-up generated in the end.
Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard
SyntaxJava
Copy Code
|
|---|
public void setRepeatDownOnly ( |
true if repeating only key-down events, or false if repeating down/up events in pairs.
RemarksThis property affects events generated while the user is holding a key down. If enabled, the virtual keyboard works closer to physical one when repeating keys. If disabled (default), a repeated key generates events as if user pressed it multiple times.
See Also