Click or drag to resize

InputEventKeySetScancode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.InputEventKey.SetScancode(System.UInt32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetScancode is deprecated. Use the Scancode property instead.")]
public void SetScancode(
	uint scancode
)

Parameters

scancode
Type: SystemUInt32

[Missing <param name="scancode"/> documentation for "M:Godot.InputEventKey.SetScancode(System.UInt32)"]

See Also