Skip to content

Key Pressed Tile#


alt text A Tile that gets a key combination.

Description#

Description

  • Returns the key Combination and checks if it is pressed.

Inputs#

Combination#

Info
  • Type
    String
    
    Accepted 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)