Registers a function to handle a key being held down
| <vizact>.whilekeydown( | |
| key | |
| func | |
| args |
)
key
The key to handle
func
The function to call while the key is down
args
The arguments to pass to the function
While the specified key is down the given function will be called
None