Returns whether any of the specified keys are down
| <viz:key>.anyDown( | |
| keys | |
| immediate = False |
)
keys
A sequence of keys
immediate = False
If True, Vizard will immediately query the keyboard instead of using the cached value.
This command will return whether any of the specified keys are down.
True if at least one of the specified keys is down.
False otherwise