Example #1
0
 void IDevice.RecognizeGesture(string ctxt)
 {
     if (_kHandler != null)
     {
         _kHandler.RecognizeGesture(ctxt);
     }
 }