#include "common/common.h"

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... | |
1.7.1