Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
00001 // Copyright 2006-2011 by Kat'Oun 00002 00003 #ifndef _INPUT_DEVICE_DEFINES_H_ 00004 #define _INPUT_DEVICE_DEFINES_H_ 00005 00006 namespace input 00007 { 00008 00009 enum InputType 00010 { 00011 IT_UNKNOWN, 00012 IT_KEYBOARD, 00013 IT_MOUSE, 00014 IT_JOYSTICK, 00015 IT_TABLET, 00016 IT_COUNT 00017 }; 00018 00019 } // end namespace input 00020 00021 #endif
The KG Game Engine
Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:04 by
Doxygen
(1.7.4)
|