Freeze selection when OTK ui is launched.
Hi,
I have a UI created for OTK application. There is button which when pressed allows user to select a face which will be processed later. We use pfcSession->select() for selection. Once selection is done, user presses middle click to complete the selection.
User requirement- When selection of the face is completed, by pressing 'Ok'/middle click, I want to stop any further redundant selection. Selection should happen only when pfcSession->select() is On.
Please help.
Thanks

