ButtonEvent constructor

ButtonEvent(
  1. ButtonType type,
  2. ButtonDirection direction,
  3. int velocity
)

Implementation

ButtonEvent(this.type, this.direction, this.velocity);