GodotVR / godot_oculus_mobile

Godot Oculus mobile drivers (Oculus Go / Oculus Quest)
MIT License
169 stars 34 forks source link

Add support to notify when the headset is (un)mounted #97

Closed m4gr3d closed 4 years ago

m4gr3d commented 4 years ago

Part 1 of the work to add support for headset mounted status updates. The second part consists of emitting a signal on status updates and will be added when https://github.com/godotengine/godot/pull/37305 is submitted.

Fixes #66