Error
I keep getting the same two errors:
Error 1 'Microsoft.Xna.Framework.Input.GamePadCapabilities ' does not contain a definition for 'hasLeftXThumbStick' and no extension method 'hasLeftXThumbStick' accepting a first argument of type 'Microsoft.Xna.Framework.Input.GamePadCapabilities ' could be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Owner\My Documents\My Videos\ZunePong\ZunePong\Game1.cs 249 58 ZunePong
and
Warning 2 The variable 'MinX' is assigned but its value is never used C:\Documents and Settings\Owner\My Documents\My Videos\ZunePong\ZunePong\Game1.cs 319 17 ZunePong

|