Classes | Namespaces

events.h File Reference

#include "common/common.h"
Include dependency graph for events.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  aesop::event_t
 A general events event. Typicaly this is a button press or release. More...

Namespaces

namespace  aesop

Enumerations

enum  aesop::eDevice {
  aesop::eDevice_Keyboard = 1,
  aesop::eDevice_Mouse = 2,
  aesop::eDevice_Gamepad = 3,
  aesop::eDevice_Invalid = 0
}
enum  aesop::eEvent {
  aesop::eEvent_Press = 1,
  aesop::eEvent_Release = 2,
  aesop::eEvent_Invalid = 0
}
 

what is the nature of the given event?

More...