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 @@ struct keyentry table[] = {
|
|||
MapSym(Keyboard::Key::Numpad8, "Numpad 8"),
|
||||
MapSym(Keyboard::Key::Numpad9, "Numpad 9"),
|
||||
MapSym(Keyboard::Key::Numpad0, "Numpad 0"),
|
||||
MapSym(Keyboard::Key::NumpadEnter, "Numpad Enter"),
|
||||
|
||||
MapSym(Keyboard::Key::Home, "Home"),
|
||||
MapSym(Keyboard::Key::End, "End"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue