OpenXR: Fix pose recenter signal to be omitted properly

This commit is contained in:
Bastiaan Olij
2024-11-13 14:20:06 +11:00
parent cb411fa960
commit 3de62b8b1b
3 changed files with 13 additions and 5 deletions

View File

@ -70,6 +70,7 @@ class OpenXRInterface : public XRInterface {
private:
OpenXRAPI *openxr_api = nullptr;
bool initialized = false;
bool reference_stage_changing = false;
XRInterface::TrackingStatus tracking_state;
// At a minimum we need a tracker for our head
@ -207,7 +208,7 @@ public:
void on_state_stopping();
void on_state_loss_pending();
void on_state_exiting();
void on_pose_recentered();
void on_reference_space_change_pending();
void on_refresh_rate_changes(float p_new_rate);
void tracker_profile_changed(RID p_tracker, RID p_interaction_profile);