Search
VirtualKeyboard.setRepeatDownOnly Method
See Also
 






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

 Syntax

Java  Copy Code

public void setRepeatDownOnly (
    boolean value
)

 Parameters

value

true if repeating only key-down events, or false if repeating down/up events in pairs.

 Remarks

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.

 See Also