MythTV master
AppleRemoteListener.h
Go to the documentation of this file.
1#ifndef APPLEREMOTELISTENER
2#define APPLEREMOTELISTENER
3
5
7{
8public:
9 explicit AppleRemoteListener(QObject* mainWindow_)
10 : mainWindow(mainWindow_) {}
11
12 // virtual
13 void appleRemoteButton(AppleRemote::Event button, bool pressedDown) override;
14
15private:
16 QObject *mainWindow;
17};
18
19#endif // APPLEREMOTELISTENER
void appleRemoteButton(AppleRemote::Event button, bool pressedDown) override
AppleRemoteListener(QObject *mainWindow_)