OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MacJoyStick
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
MacJoyStick.h
48
class
MacJoyStick
: public JoyStick
51
MacJoyStick
(const std::string& vendor, bool buffered, HidInfo* info, InputManager* creator, int devID);
53
virtual ~
MacJoyStick
();
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacJoyStick.cpp
24
#include "mac/
MacJoyStick
.h"
35
MacJoyStick
::
MacJoyStick
(const std::string &vendor, bool buffered, HidInfo* info, InputManager* creator, int devID) :
42
MacJoyStick
::~
MacJoyStick
()
56
void
MacJoyStick
::_initialize()
66
OIS_EXCEPT(E_General, "
MacJoyStick
::_initialize() >> Could not initialize joy device!");
91
void
MacJoyStick
::capture()
93
assert(mQueue && "Queue must be initialized before calling
MacJoyStick
::capture()");
138
void
MacJoyStick
::setBuffered(bool buffered
[
all
...]
Completed in 196 milliseconds