I'm currently working through the book going line by line trying to build the Alien Attack project.
I'm now to page 10, where the book explains an if statement with InputManager.ControlState.Start
My compiler is throwing "The name 'InputManager' does not exsist in the current context.
I believe this means I don't have the correct using statements, but the book only lists Xna.Framework, Xna.Framework.Graphics, and Xna.Framework.Content; I've tried adding Xna.Framework.Input and it's still a no go, google isn't being much help either.
Any clues as to what I'm doing wrong? I'm comparing against the source provided and not seeing a difference at this early stage. I think I'm missing the forest for the trees...