Software Archive
Read-only legacy content
17060 Discussions

How to add gesture detect in TouchlessControl?

CLi37
Beginner
503 Views

I tried to add gesture "tap" below by  AddGestureActionMapping(pxcCHAR *gesture, Action action);

tc->AddGestureActionMapping(L"tap", PXCTouchlessController::Action_LeftKeyPress);

but no reaction.

Actually I want to mapping tap to UXEvent_Select, does it work?

 

 

0 Kudos
0 Replies
Reply