#1
|
|||
|
|||
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! |
#2
|
|||
|
|||
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. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Allow and record mouse clicks in 5s of wait time | Vishav | Vizard | 4 | 12-13-2018 01:18 AM |
Mouse bug in V3 and V4 | Renato Lima | Vizard | 2 | 05-11-2011 06:38 PM |
Mouse event: how to detect no mouse move event, how to set mouse position? | Zhi | Vizard | 3 | 04-11-2011 06:25 PM |
Navigating an avatar using mouse position(2D) in 3D environment | james007 | Vizard | 1 | 10-16-2009 11:29 AM |
multiple mouse clicks | jaclyn.bill | Vizard | 2 | 06-03-2008 02:19 AM |