onKeyUp()
Set up a function to call when a key is released.
group.onKeyUp(action)
Parameters
group.onKeyUp(action)
| Parameter | Type | Default | Description |
|---|---|---|---|
action |
function |
required | The function to call; it receives one parameter, the virtual key code as an int, for example VK_SHIFT or VK_A. |