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

Struct KeyCode

termeverything/ConvertKeycodeToXbdCode.go:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74func (*KeyCode) isXkbdCode() {}
75
76type KeyCode struct {
77 KeyCode Linux_Event_Codes
78 Modifiers int
79}
80
81func (k *KeyCode) OrModifiers(modifiers int) {
82 k.Modifiers |= modifiers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected