rLeft() Determines if the left button is pressed Syntax: rLeft() -> lPress Description: Determines if the left button is pressed returning a logic value. Return: A logic value indicating if is pressed or not. Example: If rLeft() Warning ( "Left button pressed" ) EndIf