HomeSort by relevance Sort by last modified time
    Searched refs:LIRCControl (Results 1 - 4 of 4) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
OISLIRC.cpp 32 LIRCControl::LIRCControl(InputManager* creator, int id, bool buffered, LIRCFactoryCreator* local_creator, RemoteInfo &info) :
43 LIRCControl::~LIRCControl()
48 void LIRCControl::_initialize()
54 void LIRCControl::setBuffered(bool buffered)
60 void LIRCControl::capture()
92 void LIRCControl::queueButtonPressed(const std::string &id)
103 Interface* LIRCControl::queryInterface(Interface::IType type)
OISLIRC.h 53 class _OISExport LIRCControl : public JoyStick
57 LIRCControl(InputManager* creator, int id, bool buffered, LIRCFactoryCreator* local_creator, RemoteInfo &info);
58 ~LIRCControl();
OISLIRCFactoryCreator.h 35 class LIRCControl;
79 std::map<std::string, LIRCControl*> mUpdateRemotes;
OISLIRCFactoryCreator.cpp 274 std::map<std::string, LIRCControl*>::iterator i = mUpdateRemotes.find(remote);
350 LIRCControl *obj = new LIRCControl(creator, 0, bufferMode, this, mJoyStickInformation[*remote]);
378 std::map<std::string, LIRCControl*>::iterator i = mUpdateRemotes.begin(), e = mUpdateRemotes.end();

Completed in 956 milliseconds