using Microsoft.Xna.Framework.Input; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tutorial009.Models { public class Input { public Keys Up; public Keys Down; public Keys Left; public Keys Right; } }