OpenXR - 2D mode hack mappable (using screen keycode)

This commit is contained in:
Lubos
2022-08-15 16:53:00 +02:00
parent 31524df0a8
commit 428145c4b9
4 changed files with 20 additions and 7 deletions
+1
View File
@@ -317,6 +317,7 @@ static const DefMappingStruct defaultVRLeftController[] = {
{CTRL_SELECT , NKCODE_BUTTON_THUMBL},
{CTRL_LTRIGGER , NKCODE_BUTTON_X},
{CTRL_RTRIGGER , NKCODE_BUTTON_Y},
{CTRL_SCREEN , NKCODE_ALT_LEFT},
};
static const DefMappingStruct defaultVRRightController[] = {