V-Gears 0
Free Final Fantasy VII engine.
InputManager.h File Reference
#include <vector>
#include <OgreSingleton.h>
#include <OgreString.h>
#include <OgreStringVector.h>
#include <OIS/OIS.h>
#include "Event.h"
#include "Manager.h"
Include dependency graph for InputManager.h:
This graph shows which files directly or indirectly include this file:

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::EventInputEventArray
 
typedef std::vector< int > ButtonList
 

Typedef Documentation

◆ ButtonList

typedef std::vector<int> ButtonList

◆ InputEventArray

typedef std::vector<VGears::Event> InputEventArray