Vizard 7 » Command Index » Vizard modules » viz » <viz:key>.allDown
7.6

<viz:key>.allDown

Returns whether all of the specified keys are down

<viz:key>.allDown(  
keys  
immediate = False  
)  
keys
A sequence of keys
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

<viz:key>.anyDown
<viz:key>.isDown