Closed jolleman closed 9 years ago
Hi!
I have a handle centered with x and y 0.5 i would like them to be centered again on mouseup. Is there a way to do this?
regards Joel
You can use the dragStopCallback callback to capture the mouse up event and then use setValue(0.5, 0.5)
dragStopCallback
setValue(0.5, 0.5)
Hi!
I have a handle centered with x and y 0.5 i would like them to be centered again on mouseup. Is there a way to do this?
regards Joel