scene.simulatePointerDown bug

code demo url

I want create div control
scene.simulatePointerDown
scene.simulatePointerMove
scene.simulatePointerUp

but no effect

First of all, I checked this far. I’ll check further tomorrow.

1 Like

This fixes all issues - Babylon.js Playground (babylonjs.com)

Pointer simulation will require you to pass the same event as initialization to the new event. Also, if you want GUI to work the scene’s pointer values should be passed correctly.

3 Likes

Thank you