OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ForceFeedback
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISForceFeedback.h
35
class _OISExport
ForceFeedback
: public Interface
38
ForceFeedback
();
39
virtual ~
ForceFeedback
() {}
OISInterface.h
42
ForceFeedback
,
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISForceFeedback.cpp
29
ForceFeedback
::
ForceFeedback
() : mSetGainSupport(false), mSetAutoCenterSupport(false)
34
void
ForceFeedback
::_addEffectTypes( Effect::EForce force, Effect::EType type )
44
void
ForceFeedback
::_setGainSupport( bool on )
50
void
ForceFeedback
::_setAutoCenterSupport( bool on )
56
const
ForceFeedback
::SupportedEffectList&
ForceFeedback
::getSupportedEffects() const
62
bool
ForceFeedback
::supportsEffect(Effect::EForce force, Effect::EType type) const
Completed in 59 milliseconds