SampleView Improvements
Created by: bolmsten
This PR contains a few shortcuts in operating the SampleView to make the life of a user a bit easier.
We have added a few listeners on top of the SampleView:
- Scroll
- Double Click
With the scroll you now have three actions when over the SampleView:
- Scroll to Zoom in/out
- Hold Ctrl and Scroll to rotate omega (Using stepsize set by user for the motor)
- Hold Alt and Scroll to focus (Using stepsize set by user for the motor)
And with the double click we have implemented goToPosition, this function can also be accessed by the context menu.