Thread: New mouse bug
View Single Post
  #2  
Old 05-11-2011, 06:02 PM
Renato Lima Renato Lima is offline
Member
 
Join Date: Sep 2010
Posts: 54
Just to give a better explanation: If I have a function being looped during vizard's execution, and on this function I have:

if viz.mouse.getState() == 5: viz.mouse.setOverride()
else: viz.mouse.setOverride(viz.OFF)

It works alright when I double click (5)by halting execution of the function, but when I release, it comes back thinking that the two mouse buttons are still being pressed.
Reply With Quote