问题描述
b我正在尝试调整MSSurface应用程序以允许使用Kinect 。使用code4fun库,当用户将手伸向屏幕时,我能够从Kinect生成一个事件,但我缺少的是如何触发ScatterViewItem的
触摸或点击事件来获取项目,完成移动后释放它。从kinect骨架模型我可以调整x / y坐标,如果我可以在ScatterViewItem中捕获正确的事件,我可以应用它。并且代码建议将被赞赏...
问候,
Rob
顺便说一句:我在kinect区域问了这个问题并建议在这里发帖而不是...... r
bI'm attempting to adapt a MSSurface application to allow use of a Kinect. Using the code4fun libraries, I'm able to generate an event from the Kinect when a user puts their hand towards the screen, but what I'm missing is how to trigger a ScatterViewItem's touch or click event to grab item, and then release it once finished moving. from the kinect skeleton model I can get adjusted x/y co-ordinates which i could apply if I can trap the right events in the ScatterViewItem.. And code suggestions would be appreciated...
regards,
Rob
BTW: I've asked this question in the kinect area and suggested to post here instead...r
这篇关于将Kinect事件捕获到scatterViewItem的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!