#include <AppleRemote.h>
Public Member Functions | |
| virtual | ~Listener () |
| virtual void | appleRemoteButton (Event button, bool pressedDown)=0 |
Definition at line 41 of file AppleRemote.h.
| AppleRemote::Listener::~Listener | ( | ) | [virtual] |
Definition at line 46 of file AppleRemote.cpp.
| virtual void AppleRemote::Listener::appleRemoteButton | ( | Event | button, | |
| bool | pressedDown | |||
| ) | [pure virtual] |
Implemented in AppleRemoteListener.
Referenced by AppleRemote::_handleEventATV23(), AppleRemote::_handleEventWithCookieString(), and AppleRemote::TimeoutHandler().
1.6.3