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

Go to the source code of this file.

Classes

struct  VGears::Event
 An input event. More...
 

Namespaces

namespace  VGears
 

Enumerations

enum  VGears::EventType {
  VGears::ET_NULL = 0 , VGears::ET_KEY_PRESS , VGears::ET_KEY_REPEAT , VGears::ET_KEY_REPEAT_WAIT ,
  VGears::ET_KEY_IMPULSE , VGears::ET_KEY_RELEASE , VGears::ET_MOUSE_PRESS , VGears::ET_MOUSE_RELEASE ,
  VGears::ET_MOUSE_MOVE , VGears::ET_MOUSE_SCROLL
}
 Type of event. More...