Click or drag to resize

CanvasItemMakeInputLocal Method

Transformations issued by event's inputs are applied in local space instead of global space.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public InputEvent MakeInputLocal(
	InputEvent event
)

Parameters

event
Type: GodotInputEvent

[Missing <param name="event"/> documentation for "M:Godot.CanvasItem.MakeInputLocal(Godot.InputEvent)"]

Return Value

Type: InputEvent

[Missing <returns> documentation for "M:Godot.CanvasItem.MakeInputLocal(Godot.InputEvent)"]

See Also