Viewer event forwarding #850
Labels
enhancement
Type of issue/PR: enhancement
question
Type of issue/PR: question asked
refactor
Related to refactoring actions
Viewer to plugin key and mouse event were requested in #677 and solved in #848
We may have dual behavior for event propagation, either with emitted signals or with callback registration.
Are both behavior needed ? if not which one should we keep ?
Currently, key event need to be registered with callback, and mouse event use qt signals.
The text was updated successfully, but these errors were encountered: