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

Interface XkbdCode

termeverything/ConvertKeycodeToXbdCode.go:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68type XkbdCode interface {
69 isXkbdCode()
70 OrModifiers(int)
71 GetModifiers() int
72}
73
74func (*KeyCode) isXkbdCode() {}
75

Callers 1

ConvertKeycodeToXbdCodeFunction · 0.65

Implementers 5

PointerMovetermeverything/PointerCode.go
PointerButtonPresstermeverything/PointerCode.go
PointerButtonReleasetermeverything/PointerCode.go
PointerWheeltermeverything/PointerCode.go
KeyCodetermeverything/ConvertKeycodeToXbdCode

Calls

no outgoing calls

Tested by

no test coverage detected