Home
last modified time | relevance | path

Searched refs:pszEDirectionString (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
DOISEffect.cpp59 static const char* pszEDirectionString[] = variable
64 …return (eValue >= 0 && eValue < _DirectionsNumber) ? pszEDirectionString[eValue] : "<Bad direction… in getDirectionName()