#include <atari-events.h>
Public Member Functions | |
| bool | pollEvent (Common::Event &event) override |
| void | setGraphicsManager (AtariGraphicsManager *graphicsManager) |
Public Member Functions inherited from Common::EventSource | |
| virtual bool | allowMapping () const |
The Atari event source.
|
overridevirtual |
Query an event from the source.
| event | Reference to the event struct where the event should be stored. |
| true | If an event was polled, false otherwise. |
Implements Common::EventSource.