.Releasedelay Property

Top  Previous  Next

Function:

Defines (in 10ms increments) the amount of time a key should remain released for the key state to transition from "pressed" or "longpressed" into "released".

Type:

Byte

Value Range:

0-254. Default= 3 (30ms).

See Also:

Key States and Transitions, Preparing the Keypad for Operation

 


Details

The on_kp event with 1- PL_KP_EVENT_RELEASED event code will be generated once the key transitions into the "released" state.

This property can only be changed when the keypad is disabled (kp.enabled= 0- NO). Setting the property to 0 means that the key will never transition into the "released" state.