Hello, I am getting a strange bug in chrome with the pointer lock API. When using chrome on windows 10, the mouse will randomly move to a new location as I move the mouse around. I have repeated this bug on seperate machines. Works fine on firefox. Here's a play ground: https://playground.babylonjs.com/#H9FRSI#2. I removed the non chrome pointer lock stuff.
Pointerlock code for chrome:
scene.onPointerDown = function (evt) {
canvas.requestPointerLock();
};
I would really appreciate any help on this! Thanks!