OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_TypesNumber
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISEffect.cpp
56
return (eValue >= 0 && eValue <
_TypesNumber
) ? pszETypeString[eValue] : "<Bad effect type>";
OISForceFeedback.cpp
37
|| type <= Effect::Unknown || type >= Effect::
_TypesNumber
)
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISEffect.h
85
_TypesNumber
// Always keep in last position.
Completed in 220 milliseconds