commit 7acd7b78d0e4d009a7fd7804ef9021b06040477a parent fda31494b040375309c9db24905a845ce43f1b99 Author: Yuval Langer <yuval.langer@gmail.com> Date: Thu, 27 Jan 2022 09:20:38 +0200 Use camelCase notation, like in the original tutorial. Diffstat:
M | content/2022-01-27-opencv-and-gtk.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/2022-01-27-opencv-and-gtk.md b/content/2022-01-27-opencv-and-gtk.md @@ -36,7 +36,7 @@ class Handler: … … … - def on_motion_notify_event(*args): + def onMotionNotifyEvent(*args): global current_mouse_location event = args[1]