pskink / matrix_gesture_detector

A gesture detector mapping translation/rotation/scale gestures to a Matrix4 object.
Other
134 stars 101 forks source link

It would be nice if we see a method 'onUpdateComplete' to check when user isn't transforming any more. #19

Open UnHired-Coder opened 4 years ago

UnHired-Coder commented 4 years ago

This will be useful in many cases for example, I want to hide other UI components while the user is transforming and when finished we can make the whole UI visible again.