publicclassMobileScrollContainer:ScrollContainer{protectedbool_swiping=false;protectedVector2_swipeStart;protectedVector2_swipeMouseStart;Godot.Collections.Array<uint>_swipeMouseTimes=newGodot.Collections.Array<uint>();Godot.Collections.Array<Vector2>_swipeMousePositions=newGodot.Collections.Array...