Skip to content

Commit 85c5b9f

Browse files
committed
Do not break linux or mac build
1 parent 96220f1 commit 85c5b9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/keycode.h

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ enum _MMKeyCode {
6363
K_SPACE = kVK_Space,
6464
K_INSERT = K_NOT_A_KEY,
6565
K_PRINTSCREEN = K_NOT_A_KEY,
66+
K_MENU = K_NOT_A_KEY,
6667

6768
K_NUMPAD_0 = kVK_ANSI_Keypad0,
6869
K_NUMPAD_1 = kVK_ANSI_Keypad1,
@@ -150,6 +151,7 @@ enum _MMKeyCode {
150151
K_SPACE = XK_space,
151152
K_INSERT = XK_Insert,
152153
K_PRINTSCREEN = XK_Print,
154+
K_MENU = K_NOT_A_KEY,
153155

154156
K_NUMPAD_0 = K_NOT_A_KEY,
155157
K_NUMPAD_1 = K_NOT_A_KEY,

0 commit comments

Comments
 (0)