#include <event.h>
Public Member Functions | |
Event (uint32_t t=0, unsigned s=0) | |
virtual | ~Event () |
virtual Type | type () const =0 |
Public Attributes | |
uint32_t | time |
unsigned | state |
Papyrus::Event::Event::Event | ( | uint32_t | t = 0 , |
|
unsigned | s = 0 | |||
) | [inline] |
virtual Papyrus::Event::Event::~Event | ( | ) | [inline, virtual] |
virtual Type Papyrus::Event::Event::type | ( | ) | const [pure virtual] |
unsigned Papyrus::Event::Event::state |
Referenced by Papyrus::Selector::on_button_press().
uint32_t Papyrus::Event::Event::time |