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

Struct PointerButtonPress

termeverything/PointerCode.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type PointerButtonPress struct {
32 Modifiers int
33 NeedToReleaseOtherButtons bool
34 Button LINUX_BUTTON_CODES
35}
36
37func (*PointerButtonPress) isPointerEvent() {}
38func (*PointerButtonPress) isXkbdCode() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected