HomeSort by relevance Sort by last modified time
    Searched full:pszetypestring (Results 1 - 1 of 1) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISEffect.cpp 46 static const char* pszETypeString[] =
56 return (eValue >= 0 && eValue < _TypesNumber) ? pszETypeString[eValue] : "<Bad effect type>";

Completed in 717 milliseconds