OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_eKeyMapRIGHT
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShellImpl.h
175
PVRShellKeyName
m_eKeyMapRIGHT
; /*!< Holds the value to be returned when PVRShellKeyNameRIGHT is requested */
PVRShell.cpp
361
m_pShellInit->
m_eKeyMapRIGHT
= PVRShellKeyNameRIGHT;
367
m_pShellInit->
m_eKeyMapRIGHT
= PVRShellKeyNameUP;
373
m_pShellInit->
m_eKeyMapRIGHT
= PVRShellKeyNameLEFT;
379
m_pShellInit->
m_eKeyMapRIGHT
= PVRShellKeyNameDOWN;
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp
359
case 114: nLastKeyPressed =
m_eKeyMapRIGHT
; break;
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp
722
pData->KeyPressed(pData->
m_eKeyMapRIGHT
);
Completed in 2882 milliseconds