MCPcopy
hub / github.com/mmulet/term.everything / PointerMove

Struct PointerMove

termeverything/PointerCode.go:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type PointerMove struct {
16 Row int
17 Col int
18 Modifiers int
19}
20
21func (*PointerMove) isPointerEvent() {}
22func (*PointerMove) isXkbdCode() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected