VtPoint.active constructor

const VtPoint.active(
  1. int x,
  2. int y
)

Implementation

const VtPoint.active(this.x, this.y)
  : tag = bindings.GhosttyPointTag.GHOSTTY_POINT_TAG_ACTIVE;