Support customized mouse gestures for
- Zoom
- Pan
- Tracker
And key gesture for
- Reset all axes
Comments: I have checked in some more changes, where I try to set the direction how I would like this to be done. As a side effect a lot of code in the plot controls were removed, but I would like even more duplicated code to vanish... The PlotController is not yet implemented, but I would like it to handle everything that is currently in the mouse, mousewheel, touch and key event handlers of the plot controls. The work for the plot controls will then be to simply translate the mouse button or key values to the new OxyMouseButton, OxyKey etc. enumerations.
- Zoom
- Pan
- Tracker
And key gesture for
- Reset all axes
Comments: I have checked in some more changes, where I try to set the direction how I would like this to be done. As a side effect a lot of code in the plot controls were removed, but I would like even more duplicated code to vanish... The PlotController is not yet implemented, but I would like it to handle everything that is currently in the mouse, mousewheel, touch and key event handlers of the plot controls. The work for the plot controls will then be to simply translate the mouse button or key values to the new OxyMouseButton, OxyKey etc. enumerations.