Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp359 m_pShellInit->m_eKeyMapLEFT = PVRShellKeyNameLEFT; in PVRShellSet()
365 m_pShellInit->m_eKeyMapLEFT = PVRShellKeyNameDOWN; in PVRShellSet()
371 m_pShellInit->m_eKeyMapLEFT = PVRShellKeyNameRIGHT; in PVRShellSet()
377 m_pShellInit->m_eKeyMapLEFT = PVRShellKeyNameUP; in PVRShellSet()
1249 m_eKeyMapLEFT = PVRShellKeyNameLEFT; in Init()
1392 KeyPressed((fX < 0) ? m_eKeyMapLEFT : m_eKeyMapRIGHT); in TouchEnded()
DPVRShellImpl.h173 …PVRShellKeyName m_eKeyMapLEFT; /*!< Holds the value to be returned when PVRShellKeyNameLEFT is re… variable
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp357 case 113: nLastKeyPressed = m_eKeyMapLEFT; break; in OsRenderComplete()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp718 pData->KeyPressed(pData->m_eKeyMapLEFT); in WndProc()