1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

OpenXR: Add support for binding modifiers

This commit is contained in:
Bastiaan Olij
2024-09-18 10:14:21 +10:00
parent c2e4ae782a
commit 0a61ebdcea
56 changed files with 3127 additions and 763 deletions

View File

@@ -44,7 +44,7 @@ protected:
private:
void _update_items();
void _item_selected(int p_which);
void _on_item_selected(int p_which);
};
#endif // OPENXR_SELECT_RUNTIME_H