Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTenKey.cpp78 m_numLowestChars = 1; in TenKey()
101 m_numLowestChars = numLowestChars; in Initialize()
167 m_numLowestChars = 1; in Finalize()
202 if (m_cursor >= m_numLowestChars) in Reset()
275 if (pTenKey->m_cursor < pTenKey->m_numLowestChars) in MyControlEventCallback()
304 if (pTenKey->m_cursor >= pTenKey->m_numLowestChars) in MyControlEventCallback()
/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DTenKey.h143 u32 m_numLowestChars; variable