HomeSort by relevance Sort by last modified time
    Searched refs:nLastKeyPressed (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp 347 case 9: nLastKeyPressed = PVRShellKeyNameQUIT; break; // Esc
348 case 95: nLastKeyPressed = PVRShellKeyNameScreenshot; break; // F11
349 case 36: nLastKeyPressed = PVRShellKeyNameSELECT; break; // Enter
350 case 10: nLastKeyPressed = PVRShellKeyNameACTION1; break; // number 1
351 case 11: nLastKeyPressed = PVRShellKeyNameACTION2; break; // number 2
353 case 111: nLastKeyPressed = m_eKeyMapUP; break;
355 case 116: nLastKeyPressed = m_eKeyMapDOWN; break;
357 case 113: nLastKeyPressed = m_eKeyMapLEFT; break;
359 case 114: nLastKeyPressed = m_eKeyMapRIGHT; break;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShellImpl.h 172 PVRShellKeyName nLastKeyPressed; /*!< Holds the last key pressed */
PVRShell.cpp     [all...]

Completed in 203 milliseconds