Page 1 of 1

drag while zoomed in should rotate not move object around

Posted: Wed Nov 18, 2015 9:10 pm
by MFThomsen
When the zoom level is at 1, the user can drag left/right to rotate the object. However, if they zoom in, dragging only moves the image around inside the viewport.

Is there someway to make the dragging rotate the object at the zoom level instead og panning the image around ?

Re: drag while zoomed in should rotate not move object aroun

Posted: Thu Nov 19, 2015 10:52 pm
by Hopki
HI,
Add a button to the skin with the action Change Viewer Mode, the use :

0 = Rotate Mode
1 = Move Mode
2 = Toggle between Rotate and Move modes.

So a single button would use toggle but if you stack buttons you can have different button images for Rotate and Move modes giving the viewer some indication on which mode that are in.

The default is Auto Move Mode selected which is found under Settings and Zoom.
If you deselect this the object will still rotate when zoomed.

So you can choose which mode you have on startup.
Regards,
Hopki

Re: drag while zoomed in should rotate not move object aroun

Posted: Fri Nov 20, 2015 11:06 am
by MFThomsen
Thanks! This solved my problem!