Dear community,
if I register the normal pick triggers (OnPickDown, OnPick, OnPickUp), the triggers are executed in an order I would expect - OnPickDown when the mouse (or touch) is pressed, OnPick and OnPickUp when the mouse is released. However, for OnLeftPick and OnRightPick, the triggers are executed together with OnPickDown instead, so they are firing already when the mouse button is pressed. Is this working as intended or is this a bug?
A PG showing the behavior can be found here: Babylon.js Playground
Kind regards
Zacherl