#include <ds-events.h>
Public Member Functions | |
virtual bool | pollEvent (Common::Event &event) |
virtual void | handleTouch (bool enabled) |
Public Member Functions inherited from Common::EventSource | |
virtual bool | allowMapping () const |
Protected Member Functions | |
void | addEventsToQueue () |
void | addJoyButtonEvent (u32 keysPressed, u32 keysReleased, u32 ndsKey, uint8 svmButton) |
Protected Attributes | |
Common::Queue< Common::Event > | _eventQueue |
Common::Point | _lastTouch |
bool | _firstPoll |
bool | _handleTouch |
The Nintendo DS event source.
|
virtual |
Gets and processes events.
Implements Common::EventSource.