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 @@ 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"),