boruok Where is xform on Transform2D on Godot4? in 3.x i use following: get_viewport().canvas_transform.affine_inverse().xform(event.position) that will return world space position of event even with zooming. Is here any way in Godot 4 to do same?