diff options
author | Bastiaan Olij <mux213@gmail.com> | 2019-03-13 20:43:21 +1100 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2019-04-27 08:39:21 +1000 |
commit | 1a1b35721a89e2b27d2b18b8b746c37fd56734aa (patch) | |
tree | 31a52c25ee18de46a3cba7aade5c8701f80e5161 /modules/mobile_vr/mobile_vr_interface.cpp | |
parent | ac95466aff13e0444ec897ba14e89154fa132c63 (diff) | |
download | redot-engine-1a1b35721a89e2b27d2b18b8b746c37fd56734aa.tar.gz |
Send notifications to ARVRInterfaces
Diffstat (limited to 'modules/mobile_vr/mobile_vr_interface.cpp')
-rw-r--r-- | modules/mobile_vr/mobile_vr_interface.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/mobile_vr/mobile_vr_interface.cpp b/modules/mobile_vr/mobile_vr_interface.cpp index dc7ed03548..fe107d3683 100644 --- a/modules/mobile_vr/mobile_vr_interface.cpp +++ b/modules/mobile_vr/mobile_vr_interface.cpp @@ -440,6 +440,12 @@ void MobileVRInterface::process() { }; }; +void MobileVRInterface::notification(int p_what){ + _THREAD_SAFE_METHOD_ + + // nothing to do here, I guess we could pauze our sensors... +} + MobileVRInterface::MobileVRInterface() { initialized = false; |