Skip to content

Commit

Permalink
Added VK_SNAPSHOT to accessible keycodes on Windows.
Browse files Browse the repository at this point in the history
Printscreen.
  • Loading branch information
octalmage committed Sep 19, 2015
1 parent be280d8 commit 61b0584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ enum _MMKeyCode {
K_SHIFT = VK_SHIFT,
K_ALT = VK_MENU,
K_CAPSLOCK = VK_CAPITAL,
K_SPACE = VK_SPACE
K_SPACE = VK_SPACE,
K_PRINTSCREEN = VK_SNAPSHOT
};

typedef int MMKeyCode;
Expand Down

0 comments on commit 61b0584

Please sign in to comment.