Click or drag to resize

InputEventSetDevice Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.InputEvent.SetDevice(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDevice is deprecated. Use the Device property instead.")]
public void SetDevice(
	int device
)

Parameters

device
Type: SystemInt32

[Missing <param name="device"/> documentation for "M:Godot.InputEvent.SetDevice(System.Int32)"]

See Also