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
I'm not sure if it's possible to disable the mouse in the testbed. For example setting testbed.mouseForce = 0 triggers some other behavior rather than disabling it:
I'm not sure if it's possible to disable the mouse in the testbed. For example setting
testbed.mouseForce = 0
triggers some other behavior rather than disabling it:planck.js/testbed/StageTestbed.ts
Lines 243 to 249 in 4b6d6ec
The closest I can get is
testbed.mouseForce = 0.001
which is not truly disabled and difficult to discover.The text was updated successfully, but these errors were encountered: