You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Send notifications to ARVRInterfaces
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user