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
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.