removeKeyDownEvent

Removes a callback function from the onkeydown event queue.

Signatures

  •   ParamateControls.<ControlName>.removeKeyDownEvent( key )

Details

The function allows to remove a user-defined handler evoked if keydown event occurs.

Parameters

key

String or list of strings representing keyboard key(s).

Return value

none