- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello.
I'd like to use method, UXEvent_Zoom(described in PXCMTouchlessController), so I added some sentences to my source program.
I could compile the source program correctly.
Then I clenched my hand and moved my hand forward and backward.
But the gesture did not be detected at all.
If someone know about actions, please let me know.
Thanks for your help.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
U may be check UXEvent_StartZoom this event in your source code and also recheck in your project can added reference as Touchlesscontroller_visualfeedback added or not?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Mahadeo W
Thank you for your information.
I checked my source code, and UXEvent_StartZoom is described.
So I checked reference, then I found that Touchlesscontroller_visualfeedback is not added.
I will try to add it to my source code and retry the process.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I added Touchlesscontroller_visualfeedback to reference.
But UXEvent_Zoom does not work.
