summaryrefslogtreecommitdiff
path: root/servers/arvr
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2019-03-13 20:43:21 +1100
committerBastiaan Olij <mux213@gmail.com>2019-04-27 08:39:21 +1000
commit1a1b35721a89e2b27d2b18b8b746c37fd56734aa (patch)
tree31a52c25ee18de46a3cba7aade5c8701f80e5161 /servers/arvr
parentac95466aff13e0444ec897ba14e89154fa132c63 (diff)
Send notifications to ARVRInterfaces
Diffstat (limited to 'servers/arvr')
-rw-r--r--servers/arvr/arvr_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/arvr/arvr_interface.h b/servers/arvr/arvr_interface.h
index 8459a82388..9ea59a3961 100644
--- a/servers/arvr/arvr_interface.h
+++ b/servers/arvr/arvr_interface.h
@@ -112,6 +112,7 @@ public:
virtual void commit_for_eye(ARVRInterface::Eyes p_eye, RID p_render_target, const Rect2 &p_screen_rect) = 0; /* output the left or right eye */
virtual void process() = 0;
+ virtual void notification(int p_what) = 0;
ARVRInterface();
~ARVRInterface();