include/Spectre/Input/Keyboard.h: remove NumpadEnter (this is usually the same as regular enter).
This commit is contained in:
parent
7c6cf45d3c
commit
3364b921de
3 changed files with 0 additions and 3 deletions
|
|
@ -72,7 +72,6 @@ static const BYTE keyToWin32[Keyboard::Key::NUM_KEYS] = {
|
|||
VK_NUMPAD8, // Numpad8
|
||||
VK_NUMPAD9, // Numpad9
|
||||
VK_NUMPAD0, // Numpad0
|
||||
0x0, // NumpadEnter
|
||||
|
||||
VK_HOME, // Home
|
||||
VK_END, // End
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue