1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add drop files function

This commit is contained in:
Fabio Alessandrelli
2020-05-08 18:53:33 +02:00
parent d2eef39731
commit 6a49b83e39
4 changed files with 187 additions and 2 deletions

View File

@@ -91,6 +91,7 @@ public:
Callable window_event_callback;
Callable input_event_callback;
Callable input_text_callback;
Callable drop_files_callback;
// from DisplayServer
virtual void alert(const String &p_alert, const String &p_title = "ALERT!");