Send notifications to ARVRInterfaces

This commit is contained in:
Bastiaan Olij
2019-03-13 20:43:21 +11:00
parent ac95466aff
commit 1a1b35721a
7 changed files with 31 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ typedef struct {
void (*process)(void *);
// only in 1.1 onwards
godot_int (*get_external_texture_for_eye)(void *, godot_int);
void (*notification)(godot_int);
} godot_arvr_interface_gdnative;
void GDAPI godot_arvr_register_interface(const godot_arvr_interface_gdnative *p_interface);