coords

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package coords converts between computer-use coordinate spaces.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Point

type Point struct {
	X int
	Y int
}

Point is a point in window-local coordinates.

func ScreenshotPointToWindowLocal

func ScreenshotPointToWindowLocal(window computeruse.WindowInfo, x, y int) (Point, error)

ScreenshotPointToWindowLocal converts screenshot pixel coordinates to window-local point coordinates. It accounts for Retina scale by using the captured screenshot dimensions instead of assuming pixels and points match.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL