VtPoint.screen constructor

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

Implementation

const VtPoint.screen(this.x, this.y)
  : tag = bindings.GhosttyPointTag.GHOSTTY_POINT_TAG_SCREEN;