operator & method

GamepadButtons operator &(
  1. GamepadButtons other
)

Implementation

GamepadButtons operator &(GamepadButtons other) =>
    GamepadButtons(value & other.value);