mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
[macOS] Add methods to modify global and dock menus. Add ability to open multiple editor/project manager instances, recent/favourite project list to project manager dock menu and opened scene list to editor dock menu.
This commit is contained in:
@@ -324,6 +324,15 @@
|
||||
Emitted when files are dragged from the OS file manager and dropped in the game window. The arguments are a list of file paths and the identifier of the screen where the drag originated.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="global_menu_action">
|
||||
<argument index="0" name="id" type="Nil">
|
||||
</argument>
|
||||
<argument index="1" name="meta" type="Nil">
|
||||
</argument>
|
||||
<description>
|
||||
Emitted whenever global menu item is clicked.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="idle_frame">
|
||||
<description>
|
||||
Emitted immediately before [method Node._process] is called on every node in the [SceneTree].
|
||||
|
||||
Reference in New Issue
Block a user