Class EV3ButtonCommon
Declaration
class EV3ButtonCommon(object)
source linkMethods
▷ def backspace(self) @property Check if ``backspace`` button is pressed.
@property
def backspace(self)
▷ def down(self) @property Check if ``down`` button is pressed.
▷ def enter(self) @property Check if ``enter`` button is pressed.
▷ def left(self) @property Check if ``left`` button is pressed.
▷ def right(self) @property Check if ``right`` button is pressed.
▷ def up(self) @property Check if ``up`` button is pressed.