We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9acea commit 43a4414Copy full SHA for 43a4414
src/ndv/views/_wx/_app.py
@@ -63,6 +63,8 @@ def filter_mouse_events(
63
64
active_button = MouseButton.NONE
65
66
+ # FIXME These functions don't get called with pygfx.
67
+ # See https://github.com/pygfx/wgpu-py/pull/665 for the fix.
68
def on_mouse_move(event: MouseEvent) -> None:
69
nonlocal active_button
70
mme = MouseMoveEvent(x=event.GetX(), y=event.GetY(), btn=active_button)
0 commit comments