Gorgon Game Engine
Input.h File Reference
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.

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Input
 This namespace contains general input related functionality.
 

Typedefs

typedef int Key
 A type to represent an input key. More...
 

Variables

bool AllowCharEvent
 During keyevent this variable can be set to true, if done so, it will allow character events even if key event is handled. More...