Exemplo n.º 1
0
 static void HandTrack(dk.Point3D position)
 {
     Console.WriteLine(@"Hand position - X: {0}, Y:{1}, Z:{2}", position.X, position.Y, position.Z);
 }
Exemplo n.º 2
0
 static void GestureHandle(dk.GestureType gesture, dk.Point3D position)
 {
     Console.WriteLine(@"Gesture recognized...");
 }