Registers a function to handle key up events
| <vizact>.onkeyup( | |
| key | |
| func | |
| *args |
)
key
The key to handle
func
The function to call when the key is released
*args
The arguments to pass to the function
When the specified key is released, the given function will be called with the passed arguments.
None