Hand over button event in Kinect SDK 1.7

后端 未结 2 605
不思量自难忘°
不思量自难忘° 2021-01-23 07:25

I am creating a WPF application using Kinect SDK 1.7 and I need to count how many times user place hand over the button (not push, just place over). I found only an event respon

2条回答
  •  被撕碎了的回忆
    2021-01-23 07:53

    Not sure if these are custom controls, however I'm quite positive most controls should come with a mouse enter event or be able to extend it.

    And just have your method increment a variable for each mouse over.

提交回复
热议问题