Click or drag to resize

PopupMenuSetItemAccelerator Method

Sets 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 void SetItemAccelerator(
	int idx,
	uint accel
)

Parameters

idx
Type: SystemInt32

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

accel
Type: SystemUInt32

[Missing <param name="accel"/> documentation for "M:Godot.PopupMenu.SetItemAccelerator(System.Int32,System.UInt32)"]

See Also