You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var leftFootHorizontalSwipe : HorizontalSwipe = new HorizontalSwipe(GesturePart.LEFT_FOOT, new ActionSignalDispatcher());
leftFootHorizontalSwipe.dispatcher.addSignalListener(evt_kinectAction_horizontalSwipeWithLeftFoot);
ActionSignalDispatcher(leftFootHorizontalSwipe.dispatcher).addSecondSignalListener(evt_kinectAction_horizontalSwipeWithLeftFoot_Two);
The text was updated successfully, but these errors were encountered:
with hand it is allright . but can't with foot
the exp:
var leftFootHorizontalSwipe : HorizontalSwipe = new HorizontalSwipe(GesturePart.LEFT_FOOT, new ActionSignalDispatcher());
leftFootHorizontalSwipe.dispatcher.addSignalListener(evt_kinectAction_horizontalSwipeWithLeftFoot);
ActionSignalDispatcher(leftFootHorizontalSwipe.dispatcher).addSecondSignalListener(evt_kinectAction_horizontalSwipeWithLeftFoot_Two);
The text was updated successfully, but these errors were encountered: