Rotate3d and WindowScrollWheelFcn simultaneously in GUI
Show older comments
I have a GUI with two axes inside. In one of the axes, I use the WindowScrollWheelFcn-Callback . For the other axis, I activate 3d-Rotation by rotate3d(ax2,'on') . Unfortunately, the WindowScrollWheel is no longer working in the first axis.
I also tried it by h=rotate3d; There is a possibility to allow ButtonDownFcn with h.ButtonDownFilter but I didn't find something to allow the WindowScrollWheelFcn-Callback simultaneously. Thanks!
Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!