2 #ifdef OIS_LIRC_SUPPORT 32 class LIRCFactoryCreator;
39 RemoteInfo(
const RemoteInfo& other)
41 buttons = other.buttons;
42 buttonMap = other.buttonMap;
46 std::map<std::string, int> buttonMap;
51 #define OIS_LIRC_EVENT_BUFFER 16 56 friend class LIRCFactoryCreator;
59 LIRCControl(InputManager* creator,
int id,
bool buffered, LIRCFactoryCreator* local_creator, RemoteInfo& info);
64 void setBuffered(
bool buffered);
77 void queueButtonPressed(
const std::string&
id);
80 LIRCFactoryCreator* mLIRCCreator;
83 LIRCRingBuffer mRingBuffer;
#define _OISExport
Definition: OISPrereqs.h:40
IType
Type of Interface.
Definition: OISInterface.h:40
Definition: OISEffect.h:28