silx
silx copied to clipboard
[plot] Is there a way to know the user is dragging the mouse to zoom
I would like to avoid to pick and display tooltips in this case.
This looks to be already nice. Maybe enough.
mouseButton = qt.QApplication.mouseButtons()
if mouseButton == qt.Qt.NoButton:
foo
Nothing is exposed to get this information.