Key Pressed Tile#
A Tile that gets a key combination.
Description#
Description
- Returns the key Combination and checks if it is pressed.
Inputs#
Combination#
Info
- Type
StringAccepted types: String - Usage
Will store the key combination
Output#
Get#
Info
- Return
String value - Usage
Returns the combination from the attached string.
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)