我最近刚下载了XNA的新版本,并试图遵循一个教程(我认为是用新版本更新的),我得到了一些错误。
The type or namespace name 'GestureType' could not be found (are you missing a using directive or an assembly reference?) 'Microsoft.Xna.Framework.Input.Touch.TouchPanel' does not contain a definition for 'EnabledGestures'
我只是想知道我必须添加什么引用才能使它工作?谢谢!
新下载来自 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=04704acf-a63a-4f97-952c-8b51b34b00ce&displaylang=en
MSDN documentation