Author: Tess1 | Posted on: 8/16/2011 9:07:00 AM | Views : 1349


This is part of what will be a series of posts on Kinect SDK demos and howtos, go here to see the whole list.

In this post I will talk about how you can create a simple and versatile Hover Button / Hover Control for Kinect with a Metro look. 
The control is largely based on the Kinect Buttons from Shai Raiten, so all cred goes to him, this is just a customization of his work.
Hover button UI The HoverButton control can have either an image or text or both and can be resized to fit your needs. It features a Click event that will occurr after a hovering for 2 seconds.
Below are two examples of how you could use the HoverButton control…
In the first example I have used ...

Go to the complete details ...