This commit is contained in:
Dax Raad
2025-07-23 22:57:21 -04:00
parent 149f133747
commit 550d2d3f99
123 changed files with 452 additions and 83 deletions

View File

@@ -0,0 +1,7 @@
package input
import "image"
// CursorPositionEvent represents a cursor position event. Where X is the
// zero-based column and Y is the zero-based row.
type CursorPositionEvent image.Point