mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 01:51:10 +00:00
Add drop files function
This commit is contained in:
parent
d2eef39731
commit
6a49b83e39
4 changed files with 187 additions and 2 deletions
|
|
@ -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!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue