WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   All Mouse Clicks are getting saved at backend (https://forum.worldviz.com/showthread.php?t=6221)

Vishav 01-07-2019 05:10 AM

All Mouse Clicks are getting saved at backend
 
I made a code, In which avatar give some cues to users. Before that avatar gives some instructions to the users.

Users are clicking on screen when avatar speaks which gets recording on backend database file, which reduces precision of my required output.

Similarly after 5s of task, my system gives feedback to user and users are able to click on feedback screen also which also getting recorded on backend. How to get rid of all clicks outside 5s window (before and after) as i explained above.

Please help in this!

Jeff 01-07-2019 11:33 PM

Do you have a callback function that gets called when the mouse is clicked that writes to file? If so, you could disable/enable the callback so the clicks are only registered when you want them to be.

Using Vizard commands, there is not a way to completely disable the mouse. It's possible to hide the cursor or disable mouse navigation. If you search online you may find a way to completely disable the mouse using python.


All times are GMT -7. The time now is 05:09 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC