HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UI_Keyboard.h
Go to the documentation of this file.
1 #ifndef __UI_Keyboard_h__
2 #define __UI_Keyboard_h__
3 
4 #include "UI_KeyBindings.h"
5 
6 enum UI_Keyboard : short
7 {
9 
46 
50 
57  UI_KEY_COMMAND, /* OSX Only */
58 
78 
83 
119 
123 
131 
149 
151 };
152 
153 #define UI_KEY_MAX UI_KEY_PADSLASH
154 
155 #endif
UI_Keyboard
Definition: UI_Keyboard.h:6