pskink / matrix_gesture_detector

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

[Question] Using external widget like icon button to control matrix rotation and scaling. #26

Open uzumakinaruto123 opened 3 years ago

uzumakinaruto123 commented 3 years ago

This is working great, wanted to know if it's possible to use some external button that will be dragged and will scale and rotate the matrix.

Use case:

The widget that is scaled and rotated with a matrix gesture detector will have a small icon button widget at the corner. That corner button will be used with a single touch to scale the main widget inwards and outwards and rotate it.

lcm1475 commented 2 years ago

Have you found a similar function?

amirVirtuenetz commented 1 year ago

could we set min and max scale? anyone have an idea about this how to control minimum and maximum scale?