summaryrefslogtreecommitdiff
path: root/modules/openxr/openxr_util.h
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2022-03-05 21:09:21 +1100
committerBastiaan Olij <mux213@gmail.com>2022-03-10 17:14:56 +1100
commitd11cb5fe981f96cc1cf4d30c48913e1b3686089e (patch)
treeccc5c85c8deb09e97e73875cd69f483d7dc0bc38 /modules/openxr/openxr_util.h
parent450ebaab9f333ca463e6e57a29fdc2e47c227c36 (diff)
Adding signals and events to OpenXR interface
Improving interaction profile logic
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);
};