MCPcopy Create free account
hub / github.com/DavidColson/Polybox / Key

Enum Key

source/input.h:35–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35enum class Key {
36 Invalid,
37 A,
38 B,
39 C,
40 D,
41 E,
42 F,
43 G,
44 H,
45 I,
46 J,
47 K,
48 L,
49 M,
50 N,
51 O,
52 P,
53 Q,
54 R,
55 S,
56 T,
57 U,
58 V,
59 W,
60 X,
61 Y,
62 Z,
63
64 No1,
65 No2,
66 No3,
67 No4,
68 No5,
69 No6,
70 No7,
71 No8,
72 No9,
73 No0,
74
75 Return,
76 Escape,
77 Backspace,
78 Tab,
79 Space,
80 Exclaim,
81 QuoteDbl,
82 Hash,
83 Percent,
84 Dollar,
85 Ampersand,
86 Quote,
87 LeftParen,
88 RightParen,
89 Asterisk,
90 Plus,
91 Comma,
92 Minus,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected