1
0
Fork 0

include/Spectre/Input/Keyboard.h: remove NumpadEnter (this is usually the same as regular enter).

This commit is contained in:
Henrik Hautakoski 2020-02-02 00:38:30 +01:00
parent 7c6cf45d3c
commit 3364b921de
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
3 changed files with 0 additions and 3 deletions

View file

@ -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