25 #ifndef JUCE_APPLEREMOTE_H_INCLUDED
26 #define JUCE_APPLEREMOTE_H_INCLUDED
30 #if JUCE_MAC || DOXYGEN
42 virtual ~AppleRemoteDevice();
72 virtual void buttonPressed (ButtonType buttonId,
bool isDown) = 0;
84 bool start (
bool inExclusiveMode);
93 bool isActive()
const;
97 int getRemoteId()
const {
return remoteId; }
101 void handleCallbackInternal();
108 bool open (
bool openInExclusiveMode);
114 #endif // JUCE_APPLEREMOTE_H_INCLUDED
#define JUCE_API
Definition: juce_StandardHeader.h:139