Click or drag to resize

PopupMenuGetItemAccelerator Method

Returns the accelerator of the item at index idx. Accelerators are special combinations of keys that activate the item, no matter which control is focused.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public uint GetItemAccelerator(
	int idx
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.PopupMenu.GetItemAccelerator(System.Int32)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Godot.PopupMenu.GetItemAccelerator(System.Int32)"]

See Also