summaryrefslogtreecommitdiffstats
path: root/modules/webxr/webxr_interface.h
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-02-15 14:58:38 -0600
committerDavid Snopek <dsnopek@gmail.com>2024-02-23 15:30:10 -0600
commit7fa8ccd1ed6d9c0b8e979d30e9af1d12dbf9ed48 (patch)
tree4e7a045d86d01e023f41af43c06a6a17c04d0886 /modules/webxr/webxr_interface.h
parent2fe8f07b6c1156803e860519f37c269e394c699e (diff)
downloadredot-engine-7fa8ccd1ed6d9c0b8e979d30e9af1d12dbf9ed48.tar.gz
WebXR: Add support for hand tracking
Diffstat (limited to 'modules/webxr/webxr_interface.h')
-rw-r--r--modules/webxr/webxr_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/webxr/webxr_interface.h b/modules/webxr/webxr_interface.h
index abaa8c01f8..06c18d0486 100644
--- a/modules/webxr/webxr_interface.h
+++ b/modules/webxr/webxr_interface.h
@@ -62,6 +62,7 @@ public:
virtual void set_requested_reference_space_types(String p_requested_reference_space_types) = 0;
virtual String get_requested_reference_space_types() const = 0;
virtual String get_reference_space_type() const = 0;
+ virtual String get_enabled_features() const = 0;
virtual bool is_input_source_active(int p_input_source_id) const = 0;
virtual Ref<XRPositionalTracker> get_input_source_tracker(int p_input_source_id) const = 0;
virtual TargetRayMode get_input_source_target_ray_mode(int p_input_source_id) const = 0;