/// <summary> /// Get the window position. /// </summary> /// <returns>The position.</returns> public Vector2 GetWindowPosition() { Vector2 pos = Vector2.zero; LibUniWinC.GetPosition(out pos.x, out pos.y); return(pos); }