Search code examples
eyeshot

How to prevent rotate on Eyeshot?


My eyeshot project is to show the .dwg file. But when touch the screen the screen rotate.

I want change rotate event to a pan event at native touch move event. Is this possible? If is this impossible then I want prevent rotate screen.


Solution

  • You can disable rotation using Model.ActiveViewport.Rotate.Enable setting.