![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
#include <vector>
#include <OgreSingleton.h>
#include <OgreString.h>
#include <OgreStringVector.h>
#include <OIS/OIS.h>
#include "Event.h"
#include "Manager.h"
Go to the source code of this file.
Classes | |
class | InputManager |
The input manager. More... | |
struct | InputManager::BindInfo |
A command binding. More... | |
struct | InputManager::BindGameEventInfo |
A game event binding. More... | |
Typedefs | |
typedef std::vector< VGears::Event > | InputEventArray |
typedef std::vector< int > | ButtonList |
typedef std::vector<int> ButtonList |
typedef std::vector<VGears::Event> InputEventArray |