Added some missing obscure key constants

This commit is contained in:
Alex Szpakowski
2014-03-04 00:52:16 -04:00
parent f7c0fc1888
commit 07aba4c147
4 changed files with 40 additions and 0 deletions
+10
View File
@@ -220,6 +220,16 @@ StringMap<Keyboard::Key, Keyboard::KEY_MAX_ENUM>::Entry Keyboard::keyEntries[] =
{"audioplay", Keyboard::KEY_AUDIOPLAY},
{"audiomute", Keyboard::KEY_AUDIOMUTE},
{"mediaselect", Keyboard::KEY_MEDIASELECT},
{"www", Keyboard::KEY_WWW},
{"mail", Keyboard::KEY_MAIL},
{"calculator", Keyboard::KEY_CALCULATOR},
{"computer", Keyboard::KEY_COMPUTER},
{"appsearch", Keyboard::KEY_APP_SEARCH},
{"apphome", Keyboard::KEY_APP_HOME},
{"appback", Keyboard::KEY_APP_BACK},
{"appforward", Keyboard::KEY_APP_FORWARD},
{"apprefresh", Keyboard::KEY_APP_REFRESH},
{"appbookmarks", Keyboard::KEY_APP_BOOKMARKS},
{"brightnessdown", Keyboard::KEY_BRIGHTNESSDOWN},
{"brightnessup", Keyboard::KEY_BRIGHTNESSUP},