Skip to content

Commit

Permalink
Merge pull request #81534 from BastiaanOlij/fix_openxr_huawei_default…
Browse files Browse the repository at this point in the history
…_profile

OpenXR: Fix missing add profile for Huawei
  • Loading branch information
akien-mga committed Sep 11, 2023
2 parents 218a27a + c5e4f3e commit 221884e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/openxr/action_map/openxr_action_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ void OpenXRActionMap::create_default_action_sets() {
profile->add_new_binding(primary_click, "/user/hand/left/input/trackpad/click,/user/hand/right/input/trackpad/click");
profile->add_new_binding(primary_touch, "/user/hand/left/input/trackpad/touch,/user/hand/right/input/trackpad/touch");
profile->add_new_binding(haptic, "/user/hand/left/output/haptic,/user/hand/right/output/haptic");
add_interaction_profile(profile);

// Create our HTC Vive tracker profile
profile = OpenXRInteractionProfile::new_profile("/interaction_profiles/htc/vive_tracker_htcx");
Expand Down

0 comments on commit 221884e

Please sign in to comment.