// Package models package models type Window struct { X uint16 Y uint16 Width uint16 Height uint16 Title string }