You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected result: In Safari, mousing over the scene should display "event.pointerType = mouse" in the UI
Current result: Only in Safari, it actually shows ".pointerType is missing"
Desktop (please complete the following information):
OS: MacOS
Browser: Safari
Additional context
It appears that Safari supports pointerType in the pointer* events, but Babylon currently wires up to the mouse* events for Safari which don't support that field. See GetPointerPrefix() in tools.ts.
The text was updated successfully, but these errors were encountered:
Repro
Desktop (please complete the following information):
Additional context
It appears that Safari supports pointerType in the pointer* events, but Babylon currently wires up to the mouse* events for Safari which don't support that field. See GetPointerPrefix() in tools.ts.
The text was updated successfully, but these errors were encountered: