1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

OpenXR: Add refresh rate signal support

This commit is contained in:
Bastiaan Olij
2024-04-08 11:41:38 +10:00
parent e5b4ef8e95
commit 148ff6a47f
6 changed files with 33 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ public:
void on_state_focused();
void on_state_stopping();
void on_pose_recentered();
void on_refresh_rate_changes(float p_new_rate);
void tracker_profile_changed(RID p_tracker, RID p_interaction_profile);
/** Hand tracking. */