-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
MouseHandler does not support middle button.
MouseHandler right button support is broken:
You first need to do a full right click (mouse down and up), then hover the mouse (move the mouse with buttons up) to trigger interaction events and finally finish with a full click (mouse down and up).
The pre-interpretation of the mouse behavior client-side (zoom, pan, rotate) should probably fully handled server side via:
interactionProxy = pxm.GetProxy('settings', 'RenderViewInteractionSettings')
interactionProxy.Camera3DManipulators = ['Rotate', 'Pan', 'Zoom', 'Pan', 'Roll', 'Pan', 'Zoom', 'Rotate', 'Zoom']
With maybe an exception with gesture events...
Metadata
Metadata
Assignees
Labels
No labels