Skip to content

Commit 43a4414

Browse files
committed
Note bug with Wx+PyGFX
1 parent 9a9acea commit 43a4414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ndv/views/_wx/_app.py

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def filter_mouse_events(
6363

6464
active_button = MouseButton.NONE
6565

66+
# FIXME These functions don't get called with pygfx.
67+
# See https://github.com/pygfx/wgpu-py/pull/665 for the fix.
6668
def on_mouse_move(event: MouseEvent) -> None:
6769
nonlocal active_button
6870
mme = MouseMoveEvent(x=event.GetX(), y=event.GetY(), btn=active_button)

0 commit comments

Comments
 (0)