Home
last modified time | relevance | path

Searched refs:PVRShellKeyName (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h172 PVRShellKeyName nLastKeyPressed; /*!< Holds the last key pressed */
173PVRShellKeyName m_eKeyMapLEFT; /*!< Holds the value to be returned when PVRShellKeyNameLEFT is re…
174PVRShellKeyName m_eKeyMapUP; /*!< Holds the value to be returned when PVRShellKeyNameUP is reques…
175PVRShellKeyName m_eKeyMapRIGHT; /*!< Holds the value to be returned when PVRShellKeyNameRIGHT is …
176PVRShellKeyName m_eKeyMapDOWN; /*!< Holds the value to be returned when PVRShellKeyNameDOWN is re…
236 bool DoIsKeyPressed(const PVRShellKeyName key);
242 void KeyPressed(PVRShellKeyName key);
DPVRShell.h209 enum PVRShellKeyName enum
647 bool PVRShellIsKeyPressed(const PVRShellKeyName key);
DPVRShell.cpp820 bool PVRShell::PVRShellIsKeyPressed(const PVRShellKeyName key) in PVRShellIsKeyPressed()
1314 bool PVRShellInit::DoIsKeyPressed(const PVRShellKeyName key) in DoIsKeyPressed()
1331 void PVRShellInit::KeyPressed(PVRShellKeyName nKey) in KeyPressed()