OpenXR - Hide options which are not relevant for VR

This commit is contained in:
Lubos
2022-07-07 18:20:12 +02:00
parent 99a4a06286
commit 8ba87bf9aa
3 changed files with 13 additions and 3 deletions
+6
View File
@@ -993,7 +993,13 @@ static ConfigSetting controlSettings[] = {
#if defined(USING_WIN_UI)
ConfigSetting("IgnoreWindowsKey", &g_Config.bIgnoreWindowsKey, false, true, true),
#endif
#ifdef OPENXR
g_Config.bShowTouchControls = false,
#else
ConfigSetting("ShowTouchControls", &g_Config.bShowTouchControls, &DefaultShowTouchControls, true, true),
#endif
// ConfigSetting("KeyMapping", &g_Config.iMappingMap, 0),
#ifdef MOBILE_DEVICE