cursor.go 192 B

1234567
  1. package input
  2. import "image"
  3. // CursorPositionEvent represents a cursor position event. Where X is the
  4. // zero-based column and Y is the zero-based row.
  5. type CursorPositionEvent image.Point