key

Keyboard.HoldAction key(char key)
Keyboard.HoldAction key(Keyboard.HoldAction.Key key)

Specifies the key to use for this hold action

Return

this hold action

Parameters

key

the key to use for this hold action

Keyboard.HoldAction key(char key, int keyCode)

Specifies the key and keyCode to use for this hold action

Return

this hold action

Parameters

key

the key to use for this hold action

keyCode

the keyCode to use for this hold action