Enum NativeMenu.SystemMenus
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum NativeMenu.SystemMenus : long
Fields
ApplicationMenuId = 2Application (first menu after "Apple" menu on macOS) menu ID.
DockMenuId = 5Dock 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 = 0Invalid special system menu ID.
MainMenuId = 1Global main menu ID.
WindowMenuId = 3"Window" menu ID (on macOS this menu includes standard window control items and a list of open windows).