summaryrefslogtreecommitdiff
path: root/modules/openxr/action_map/openxr_defs.h
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2022-04-06 23:00:26 +1000
committerBastiaan Olij <mux213@gmail.com>2022-04-06 23:00:26 +1000
commitf8dab282cb76544cb6d3c59b86952dfb1134c233 (patch)
tree95ea048216d072bf41af9ba6242c89b49febcad3 /modules/openxr/action_map/openxr_defs.h
parent338b23d57224ecd04eaff4763a7ba493ffa6cb3d (diff)
Added missing interaction profiles and making sure related extensions are enabled if available
Diffstat (limited to 'modules/openxr/action_map/openxr_defs.h')
-rw-r--r--modules/openxr/action_map/openxr_defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/openxr/action_map/openxr_defs.h b/modules/openxr/action_map/openxr_defs.h
index aa3b2a8f8a..dbda4757f1 100644
--- a/modules/openxr/action_map/openxr_defs.h
+++ b/modules/openxr/action_map/openxr_defs.h
@@ -85,6 +85,10 @@ private:
static IOPath hpmr_io_paths[];
static IOPath touch_io_paths[];
static IOPath index_io_paths[];
+ static IOPath odyssey_io_paths[];
+ static IOPath vive_cosmos_paths[];
+ static IOPath vive_focus3_paths[];
+ static IOPath huawei_controller_paths[];
static InteractionProfile available_interaction_profiles[];
static int available_interaction_profile_count;