module documentation
Button combo helper for Stick firmware
Function | any |
Check if any button in list is pressed/released |
Function | combo |
Check if button combo pressed/released |
Function | get |
Gets button by name from IO Manager |
Check if any button in list is pressed/released Args: buttons (list[str]): Button names (ex. ["a", "c"]) pressed (bool, optional): Does button need to be pressed (True), or released (False) to meet requirements. Returns: bool: True if requirements were met, False if not
Check if button combo pressed/released Args: buttons (list[str]): Button names (ex. ["a", "c"]) pressed (bool, optional): Does button combo needs to be pressed (True), or released (False) to meet requirements. Returns: bool: True if requirements were met, False if not