InternalButton

class commands1.buttons.InternalButton(*args, **kwargs)

Bases: commands1._impl._commands_v1.button.Button

This Button is intended to be used within a program. The programmer can manually set its value. Also includes a setting for whether or not it should invert its value.

This class is provided by the OldCommands VendorDep

Overloaded function.

  1. __init__(self: commands1._impl._commands_v1.button.InternalButton) -> None

  2. __init__(self: commands1._impl._commands_v1.button.InternalButton, inverted: bool) -> None

get() bool
setInverted(inverted: bool) None
setPressed(pressed: bool) None