KeyCodes.hpp File Reference

Contains the definition of the KeyCode enumeration. More...

#include "inputCoreShared.hpp"

Namespaces

namespace  syBR
namespace  syBR::InputCore

Enumerations

enum  syBR::InputCore::KeyCode {
  syBR::InputCore::KC_ESCAPE, syBR::InputCore::KC_RETURN, syBR::InputCore::KC_LCONTROL, syBR::InputCore::KC_RCONTROL,
  syBR::InputCore::KC_LSHIFT, syBR::InputCore::KC_RSHIFT, syBR::InputCore::KC_LMENU, syBR::InputCore::KC_RMENU,
  syBR::InputCore::KC_LWIN, syBR::InputCore::KC_RWIN, syBR::InputCore::KC_APPS, syBR::InputCore::KC_TAB,
  syBR::InputCore::KC_F1, syBR::InputCore::KC_F2, syBR::InputCore::KC_F3, syBR::InputCore::KC_F4,
  syBR::InputCore::KC_F5, syBR::InputCore::KC_F6, syBR::InputCore::KC_F7, syBR::InputCore::KC_F8,
  syBR::InputCore::KC_F9, syBR::InputCore::KC_F10, syBR::InputCore::KC_F11, syBR::InputCore::KC_F12,
  syBR::InputCore::KC_F13, syBR::InputCore::KC_F14, syBR::InputCore::KC_F15, syBR::InputCore::KC_SCROLLLOCK,
  syBR::InputCore::KC_SYSRQ, syBR::InputCore::KC_PAUSE, syBR::InputCore::KC_NUMLOCK, syBR::InputCore::KC_NUMPAD0,
  syBR::InputCore::KC_NUMPAD1, syBR::InputCore::KC_NUMPAD2, syBR::InputCore::KC_NUMPAD3, syBR::InputCore::KC_NUMPAD4,
  syBR::InputCore::KC_NUMPAD5, syBR::InputCore::KC_NUMPAD6, syBR::InputCore::KC_NUMPAD7, syBR::InputCore::KC_NUMPAD8,
  syBR::InputCore::KC_NUMPAD9, syBR::InputCore::KC_NUMPADMULTIPLY, syBR::InputCore::KC_NUMPADSUBTRACT, syBR::InputCore::KC_NUMPADADD,
  syBR::InputCore::KC_DIVIDE, syBR::InputCore::KC_NUMPADCOMMA, syBR::InputCore::KC_NUMPADDECIMAL, syBR::InputCore::KC_NUMPADEQUALS,
  syBR::InputCore::KC_NUMPADENTER, syBR::InputCore::KC_ABNT_C2, syBR::InputCore::KC_1, syBR::InputCore::KC_2,
  syBR::InputCore::KC_3, syBR::InputCore::KC_4, syBR::InputCore::KC_5, syBR::InputCore::KC_6,
  syBR::InputCore::KC_7, syBR::InputCore::KC_8, syBR::InputCore::KC_9, syBR::InputCore::KC_0,
  syBR::InputCore::KC_MINUS, syBR::InputCore::KC_EQUALS, syBR::InputCore::KC_LBRACKET, syBR::InputCore::KC_RBRACKET,
  syBR::InputCore::KC_SEMICOLON, syBR::InputCore::KC_APOSTROPHE, syBR::InputCore::KC_GRAVE, syBR::InputCore::KC_BACKSLASH,
  syBR::InputCore::KC_COMMA, syBR::InputCore::KC_PERIOD, syBR::InputCore::KC_SLASH, syBR::InputCore::KC_AT,
  syBR::InputCore::KC_COLON, syBR::InputCore::KC_UNDERLINE, syBR::InputCore::KC_OEM_102, syBR::InputCore::KC_CAPITAL,
  syBR::InputCore::KC_INSERT, syBR::InputCore::KC_DELETE, syBR::InputCore::KC_HOME, syBR::InputCore::KC_END,
  syBR::InputCore::KC_PGUP, syBR::InputCore::KC_PGDOWN, syBR::InputCore::KC_UP, syBR::InputCore::KC_DOWN,
  syBR::InputCore::KC_LEFT, syBR::InputCore::KC_RIGHT, syBR::InputCore::KC_BACKSPACE, syBR::InputCore::KC_SPACE,
  syBR::InputCore::KC_Q, syBR::InputCore::KC_W, syBR::InputCore::KC_E, syBR::InputCore::KC_R,
  syBR::InputCore::KC_T, syBR::InputCore::KC_Y, syBR::InputCore::KC_U, syBR::InputCore::KC_I,
  syBR::InputCore::KC_O, syBR::InputCore::KC_P, syBR::InputCore::KC_A, syBR::InputCore::KC_S,
  syBR::InputCore::KC_D, syBR::InputCore::KC_F, syBR::InputCore::KC_G, syBR::InputCore::KC_H,
  syBR::InputCore::KC_J, syBR::InputCore::KC_K, syBR::InputCore::KC_L, syBR::InputCore::KC_Z,
  syBR::InputCore::KC_X, syBR::InputCore::KC_C, syBR::InputCore::KC_V, syBR::InputCore::KC_B,
  syBR::InputCore::KC_N, syBR::InputCore::KC_M, syBR::InputCore::KC_STOP, syBR::InputCore::KC_PREVTRACK,
  syBR::InputCore::KC_NEXTTRACK, syBR::InputCore::KC_MUTE, syBR::InputCore::KC_CALCULATOR, syBR::InputCore::KC_PLAYPAUSE,
  syBR::InputCore::KC_MEDIASELECT, syBR::InputCore::KC_MEDIASTOP, syBR::InputCore::KC_VOLUMEDOWN, syBR::InputCore::KC_VOLUMEUP,
  syBR::InputCore::KC_MYCOMPUTER, syBR::InputCore::KC_MAIL, syBR::InputCore::KC_WEBHOME, syBR::InputCore::KC_WEBSEARCH,
  syBR::InputCore::KC_WEBFAVORITES, syBR::InputCore::KC_WEBREFRESH, syBR::InputCore::KC_WEBSTOP, syBR::InputCore::KC_WEBFORWARD,
  syBR::InputCore::KC_WEBBACK, syBR::InputCore::KC_POWER, syBR::InputCore::KC_SLEEP, syBR::InputCore::KC_WAKE,
  syBR::InputCore::KC_KANA, syBR::InputCore::KC_ABNT_C1, syBR::InputCore::KC_CONVERT, syBR::InputCore::KC_NOCONVERT,
  syBR::InputCore::KC_YEN, syBR::InputCore::KC_KANJI, syBR::InputCore::KC_AX, syBR::InputCore::KC_UNLABELED
}


Detailed Description

Contains the definition of the KeyCode enumeration.

Author:
Sebastien Frippiat
Date:
2007/05/27

Copyright © 2008 by Sebastien Frippiat
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
Last modified Tue Dec 30 17:57:32 2008