#include <xrb_input_events.hpp>

Public Member Functions | |
| EventInput (Float time, EventType event_type) | |
| Boring old constructor. | |
| virtual | ~EventInput ()=0 |
| Pure virtual destructor so you may not instantiate this class. | |
| virtual bool | IsInputEvent () const |
| Override of Event::IsInputEvent to indicate that this is, indeed, an input event. | |
Definition at line 22 of file xrb_input_events.hpp.
1.5.8