Skip to content

Commit 61b0584

Browse files
committed
Added VK_SNAPSHOT to accessible keycodes on Windows.
Printscreen.
1 parent be280d8 commit 61b0584

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/keycode.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ enum _MMKeyCode {
123123
K_SHIFT = VK_SHIFT,
124124
K_ALT = VK_MENU,
125125
K_CAPSLOCK = VK_CAPITAL,
126-
K_SPACE = VK_SPACE
126+
K_SPACE = VK_SPACE,
127+
K_PRINTSCREEN = VK_SNAPSHOT
127128
};
128129

129130
typedef int MMKeyCode;

0 commit comments

Comments
 (0)