Open topic with navigation
<viz:key>.allDown
Returns whether all of the specified keys are down
<viz:key>.allDown( |
|
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 all of the specified keys are down.
Return Value
True if all keys are down
False otherwise
See also