keypress_delay


Description:

[ NoAccessorMethod ]
[ Version ( since = "0.13" ) ]
public uint keypress_delay { get; set construct; }

Delay in ms of non-modifiers key press events.

If the key is released before this delay, a single press & release event is sent to the server. If the key is pressed longer than the keypress-delay, the server will receive the delayed press event, and a following release event when the key is released.