summaryrefslogtreecommitdiffstats
path: root/modules/openxr/openxr_util.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-03-10 18:10:26 +0100
committerGitHub <noreply@github.com>2022-03-10 18:10:26 +0100
commit1c51fd48db03c3983d4726c5f3df3f9d9c9ab4b2 (patch)
tree85c76c1d6ffbe0c5b1a5c557e525539a6d221107 /modules/openxr/openxr_util.h
parent8a1c40341ca4f21ba98a9ae86d63a7fe9913ea56 (diff)
parentd11cb5fe981f96cc1cf4d30c48913e1b3686089e (diff)
downloadredot-engine-1c51fd48db03c3983d4726c5f3df3f9d9c9ab4b2.tar.gz
Merge pull request #58781 from BastiaanOlij/openxr_signals_and_events
Adding signals and events to OpenXR interface
Diffstat (limited to 'modules/openxr/openxr_util.h')
-rw-r--r--modules/openxr/openxr_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openxr/openxr_util.h b/modules/openxr/openxr_util.h
index 1261268376..4371b74d2f 100644
--- a/modules/openxr/openxr_util.h
+++ b/modules/openxr/openxr_util.h
@@ -40,6 +40,7 @@ public:
static String get_reference_space_name(XrReferenceSpaceType p_reference_space);
static String get_structure_type_name(XrStructureType p_structure_type);
static String get_session_state_name(XrSessionState p_session_state);
+ static String get_action_type_name(XrActionType p_action_type);
static String make_xr_version_string(XrVersion p_version);
};