Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp361 m_pShellInit->m_eKeyMapRIGHT = PVRShellKeyNameRIGHT; in PVRShellSet()
367 m_pShellInit->m_eKeyMapRIGHT = PVRShellKeyNameUP; in PVRShellSet()
373 m_pShellInit->m_eKeyMapRIGHT = PVRShellKeyNameLEFT; in PVRShellSet()
379 m_pShellInit->m_eKeyMapRIGHT = PVRShellKeyNameDOWN; in PVRShellSet()
1251 m_eKeyMapRIGHT = PVRShellKeyNameRIGHT; in Init()
1392 KeyPressed((fX < 0) ? m_eKeyMapLEFT : m_eKeyMapRIGHT); in TouchEnded()
DPVRShellImpl.h175 …PVRShellKeyName m_eKeyMapRIGHT; /*!< Holds the value to be returned when PVRShellKeyNameRIGHT is … variable
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp359 case 114: nLastKeyPressed = m_eKeyMapRIGHT; break; in OsRenderComplete()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp722 pData->KeyPressed(pData->m_eKeyMapRIGHT); in WndProc()