Skip to content

Commit

Permalink
Merge pull request #182 from dominoplayer84/rename_files_dropped_func…
Browse files Browse the repository at this point in the history
…tion_override

Rename files_dropped function to files_dropped_event.
  • Loading branch information
einarf committed Nov 18, 2023
2 parents f527bc4 + 6dc712b commit 3e27b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moderngl_window/context/base/window.py
Expand Up @@ -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
Expand Down

0 comments on commit 3e27b29

Please sign in to comment.