From 1a1b35721a89e2b27d2b18b8b746c37fd56734aa Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Wed, 13 Mar 2019 20:43:21 +1100 Subject: Send notifications to ARVRInterfaces --- modules/mobile_vr/mobile_vr_interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/mobile_vr/mobile_vr_interface.h') diff --git a/modules/mobile_vr/mobile_vr_interface.h b/modules/mobile_vr/mobile_vr_interface.h index e595daf16e..7fa51eecb7 100644 --- a/modules/mobile_vr/mobile_vr_interface.h +++ b/modules/mobile_vr/mobile_vr_interface.h @@ -142,6 +142,7 @@ public: virtual void commit_for_eye(ARVRInterface::Eyes p_eye, RID p_render_target, const Rect2 &p_screen_rect); virtual void process(); + virtual void notification(int p_what); MobileVRInterface(); ~MobileVRInterface(); -- cgit v1.2.3