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

Struct PointerButtonRelease

termeverything/PointerCode.go:52–56  ·  view source on GitHub ↗

** * Pointer button release is special * because we can't be sure of which * button is being released */

Source from the content-addressed store, hash-verified

50 * button is being released
51 */
52type PointerButtonRelease struct {
53 Button LINUX_BUTTON_CODES
54 NeedsButtonGuessing bool
55 Modifiers int
56}
57
58func (*PointerButtonRelease) isPointerEvent() {}
59func (*PointerButtonRelease) isXkbdCode() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected