mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
OpenXR - Add new virtual key for camera adjust
This commit is contained in:
@@ -399,10 +399,14 @@ const KeyMap_IntStrPair psp_button_names[] = {
|
||||
{VIRTKEY_ANALOG_ROTATE_CW, "Rotate Analog (CW)"},
|
||||
{VIRTKEY_ANALOG_ROTATE_CCW, "Rotate Analog (CCW)"},
|
||||
|
||||
#ifdef OPENXR
|
||||
{VIRTKEY_VR_CAMERA_ADJUST, "VR camera adjust"},
|
||||
#else
|
||||
{VIRTKEY_SCREEN_ROTATION_VERTICAL, "Display Portrait"},
|
||||
{VIRTKEY_SCREEN_ROTATION_VERTICAL180, "Display Portrait Reversed"},
|
||||
{VIRTKEY_SCREEN_ROTATION_HORIZONTAL, "Display Landscape"},
|
||||
{VIRTKEY_SCREEN_ROTATION_HORIZONTAL180, "Display Landscape Reversed"},
|
||||
#endif
|
||||
|
||||
{CTRL_HOME, "Home"},
|
||||
{CTRL_HOLD, "Hold"},
|
||||
|
||||
Reference in New Issue
Block a user