Enum NativeMenu.SystemMenus
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum NativeMenu.SystemMenus : long
Fields
ApplicationMenuId = 2
Application (first menu after "Apple" menu on macOS) menu ID.
DockMenuId = 5
Dock icon right-click menu ID (on macOS this menu include standard application control items and a list of open windows).
HelpMenuId = 4
"Help" menu ID (on macOS this menu includes help search bar).
InvalidMenuId = 0
Invalid special system menu ID.
MainMenuId = 1
Global main menu ID.
WindowMenuId = 3
"Window" menu ID (on macOS this menu includes standard window control items and a list of open windows).