Open topic with navigation
<viz:key>.anyDown
Returns whether any of the specified keys are down
<viz:key>.anyDown( |
|
keys |
immediate = False |
) |
|
immediate = False
If True, Vizard will immediately query the keyboard instead of using the cached value.
Remarks
This command will return whether any of the specified keys are down.
Return Value
True if at least one of the specified keys is down.
False otherwise
See also