Difference between revisions of "Dabo.ui.isCommandDown"
From Dabo Wiki
(Created page with "== Signature: == <syntaxhighlight lang="python"> dabo.ui.isCommandDown() </syntaxhighlight> == Description: == Basic function to determine the status of the Command Key. =...") |
(→Returns:) |
||
Line 11: | Line 11: | ||
== Returns: == | == Returns: == | ||
− | <code>True</code> if the | + | <code>True</code> if the command key is pressed at the moment; <code>False</code> if it is not. |
==Comments: == | ==Comments: == | ||
Only applicable on systems such as Mac OS X that implement a Command key. | Only applicable on systems such as Mac OS X that implement a Command key. |
Latest revision as of 22:21, 13 May 2020
Contents
Signature:
dabo.ui.isCommandDown()
Description:
Basic function to determine the status of the Command Key.
Returns:
True
if the command key is pressed at the moment; False
if it is not.
Comments:
Only applicable on systems such as Mac OS X that implement a Command key.