Looking-Glass / looking-glass-webxr

WebXR for Looking Glass displays
https://docs.lookingglassfactory.com/developer-tools/webxr
Apache License 2.0
66 stars 16 forks source link

feat: forward events from WebXR canvas to DOM canvas #7

Open CodyJasonBennett opened 2 years ago

CodyJasonBennett commented 2 years ago

Forwards DOM events from the popup WebXR canvas to the debug DOM canvas.

Note: each canvas' events have their own state, so pointer-lock shouldn't cause event collisions.