Skip to content

MouseHandler limitations #527

@finetjul

Description

@finetjul

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions