Merge pull request #279 from gizmomogwai/master

typo
This commit is contained in:
Vadim Lopatin 2016-07-20 13:42:01 +03:00 committed by GitHub
commit 06eb05c074
1 changed files with 1 additions and 1 deletions

View File

@ -1087,7 +1087,7 @@ enum KeyCode : uint {
KEY_DIVIDE = 0x6F,
/// key +
KEY_ADD = 0x6B,
/// key -
/// key *
KEY_MULTIPLY = 0x6A,
/// key ,
KEY_COMMA = 0xBC,