Tinman  1.0
Classes | Enumerations
input.h File Reference
#include <map>
#include <vector>
#include <memory>
#include <unistd.h>
#include <OgreRoot.h>
#include <OgreRenderWindow.h>
#include <OgreWindowEventUtilities.h>
#include <CEGUI/CEGUI.h>
#include <OIS/OISEvents.h>
#include <OIS/OISInputManager.h>
#include <OIS/OISKeyboard.h>
#include <OIS/OISMouse.h>
Include dependency graph for input.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EventListener
 

Enumerations

enum  EventType { EventType::repeat, EventType::doItOnce }
 
enum  EventTrigger { EventTrigger::OnKeyPressed, EventTrigger::OnKeyReleased }
 

Enumeration Type Documentation

enum EventTrigger
strong
Enumerator
OnKeyPressed 
OnKeyReleased 
enum EventType
strong
Enumerator
repeat 
doItOnce