Skip to content

SampleView Improvements

Marcus Oskarsson requested to merge gh-1c737557/294/bolmsten/goPosition into master

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:

  1. Scroll
  2. Double Click

With the scroll you now have three actions when over the SampleView:

  1. Scroll to Zoom in/out
  2. Hold Ctrl and Scroll to rotate omega (Using stepsize set by user for the motor)
  3. 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.

Merge request reports