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

Method OrModifiers

termeverything/ConvertKeycodeToXbdCode.go:70–70  ·  view source on GitHub ↗
(int)

Source from the content-addressed store, hash-verified

68type XkbdCode interface {
69 isXkbdCode()
70 OrModifiers(int)
71 GetModifiers() int
72}
73

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