Support customized mouse gestures for
- Zoom
- Pan
- Tracker
And key gesture for
- Reset all axes
Comments: Do we want to allow mouse movement gesture options with no mouse clicks? The OxyMouseGesture could be setup with OxyMouseButton.None, but I don't think this would do anything right now. We'd need to add gesture matching into the mouse move event handler. This could be useful for implement the tracker on mouse hover, but if we want to limit the scope of this fork we should maybe add something to prevent creating command bindings with no mouse button.
- Zoom
- Pan
- Tracker
And key gesture for
- Reset all axes
Comments: Do we want to allow mouse movement gesture options with no mouse clicks? The OxyMouseGesture could be setup with OxyMouseButton.None, but I don't think this would do anything right now. We'd need to add gesture matching into the mouse move event handler. This could be useful for implement the tracker on mouse hover, but if we want to limit the scope of this fork we should maybe add something to prevent creating command bindings with no mouse button.