开发者

Shake Gesture Library for XNA?

开发者 https://www.devze.com 2023-03-18 21:17 出处:网络
I am trying to use the Shake Gesture Library on a XNA p开发者_高级运维roject: Shake Gesture Library,

I am trying to use the Shake Gesture Library on a XNA p开发者_高级运维roject: Shake Gesture Library, even though it's a four-step process, but I can't get it to work. I tried this on both HD7 and Omnia7.

However, when I run the sample it works perfectly. Can anyone tell me what I am doing wrong?


You're probably missing a capability in your WMAppManifestFile. You can find this file in the Properties folder, from within the Solution Explorer. Add:

<Capability Name="ID_CAP_SENSORS"/>

in the Capabilities section.

0

精彩评论

暂无评论...
验证码 换一张
取 消