@ mouseDragged() I’d add an if len(args) < 4: return
check as its 1st statement in order to avoid processing the callback twice needlessly.
@ mouseDragged() I’d add an if len(args) < 4: return
check as its 1st statement in order to avoid processing the callback twice needlessly.