WebDeviceInputSystem: Removed move handling code from _pointerDownEvent
In the WebDeviceInputSystem, when we receive a pointerdown event, we will call the observers associated with down events (from within _pointerDownEvent) and then call the ones associated with move. After looking more closely at this, I believe that we do not need to do this as the pointer position will still be updated in the InputManager's down code. This PR removes this move call from the code that handled the pointerdown events.
Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s). To prevent this PR from going to the changelog marked it with the "skip changelog" label.
Snapshot stored with reference name: refs/pull/14637/merge
Test environment: https://babylonsnapshots.z22.web.core.windows.net/refs/pull/14637/merge/index.html
To test a playground add it to the URL, for example:
https://babylonsnapshots.z22.web.core.windows.net/refs/pull/14637/merge/index.html#WGZLGJ#4600
Links to test babylon tools with this snapshot:
https://playground.babylonjs.com/?snapshot=refs/pull/14637/merge https://sandbox.babylonjs.com/?snapshot=refs/pull/14637/merge https://gui.babylonjs.com/?snapshot=refs/pull/14637/merge https://nme.babylonjs.com/?snapshot=refs/pull/14637/merge
To test the snapshot in the playground with a playground ID add it after the snapshot query string:
https://playground.babylonjs.com/?snapshot=refs/pull/14637/merge#BCU1XR#0
This pull request has been marked as stale because it has been inactive for more than 14 days. Please update to "unstale".
This pull request has been marked as stale because it has been inactive for more than 14 days. Please update to "unstale".
Closing for now. Will reevaluate later