diff options
author | Bastiaan Olij <mux213@gmail.com> | 2022-04-06 23:00:26 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2022-04-06 23:00:26 +1000 |
commit | f8dab282cb76544cb6d3c59b86952dfb1134c233 (patch) | |
tree | 95ea048216d072bf41af9ba6242c89b49febcad3 /modules/openxr/action_map/openxr_defs.h | |
parent | 338b23d57224ecd04eaff4763a7ba493ffa6cb3d (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.h | 4 |
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; |