CursorInfo constructor

CursorInfo(
  1. double x,
  2. double y,
  3. bool hovering
)

Implementation

CursorInfo(this.x, this.y, this.hovering);