Pointer constructor

Pointer(
  1. double x,
  2. double y,
  3. int button
)

Implementation

Pointer(this.x, this.y, this.button);