You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mouse events are hard-coded in event handling (project was created as a solution for desktop) and in a touch environment it would not work nicely.
Technically is no limit to do zoom, move, mulit-selection by gesture or touch.
List of actions can be the same: selection or zoom rect, object selection and move, map zoom, move, etc, but triggers will be over-writable by derived class. Base implementation will be for mouse (as now).
The text was updated successfully, but these errors were encountered:
Mouse events are hard-coded in event handling (project was created as a solution for desktop) and in a touch environment it would not work nicely.
Technically is no limit to do zoom, move, mulit-selection by gesture or touch.
List of actions can be the same: selection or zoom rect, object selection and move, map zoom, move, etc, but triggers will be over-writable by derived class. Base implementation will be for mouse (as now).
The text was updated successfully, but these errors were encountered: