using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Microsoft.Xna.Framework.Input.Touch { public class TouchPanel { internal static TouchCollection GetState() { // TODO: return new TouchCollection(); } } }