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
Java
![]() |
---|
public void setRepeatDownOnly ( |
true if repeating only key-down events, or false if repeating down/up events in pairs.
This 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.