Buttons Mapping Entry
A mapping entry that defines a ButtonsMappableAction to be triggered when the gamepad inputs produce a set of button events in the pressed state.
Constructors
Link copied to clipboard
constructor(@NonNull droneModel: Drone.Model, @NonNull action: ButtonsMappableAction, @NonNull buttonEvents: Set<ButtonEvent>)
Constructor.