diff --git a/moderngl_window/context/base/window.py b/moderngl_window/context/base/window.py index 49ace31..d5e84ec 100644 --- a/moderngl_window/context/base/window.py +++ b/moderngl_window/context/base/window.py @@ -1122,7 +1122,7 @@ def resize(self, width: int, height: int): def close(self): """Called when the window is closed""" - def files_dropped(self, x: int, y: int, paths: List[str]): + def files_dropped_event(self, x: int, y: int, paths: List[str]): """ Called when files dropped onto the window