Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
E:/Programming/MyProject/K_Game_hg/GameEngine/include/Input.h
Go to the documentation of this file.
00001 // Copyright 2006-2011 by Kat'Oun
00002 
00003 #ifndef _ENGINE_INPUT_H_
00004 #define _ENGINE_INPUT_H_
00005 
00006 #include <input/Cursor.h>
00007 #include <input/InputEvent.h>
00008 #include <input/InputDevice.h>
00009 #include <input/MouseEvent.h>
00010 #include <input/MouseEventReceiver.h>
00011 #include <input/Mouse.h>
00012 #include <input/KeyEvent.h>
00013 #include <input/KeyEventReceiver.h>
00014 #include <input/Keyboard.h>
00015 #include <input/JoystickEvent.h>
00016 #include <input/JoystickEventReceiver.h>
00017 #include <input/Joystick.h>
00018 #include <input/InputDriver.h>
00019 #include <input/InputManager.h>
00020 
00021 
00022 
00023 #endif // _GAMEINPUT_H_

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:04 by Doxygen (1.7.4)