View Single Post
  #1  
Old 04-09-2007, 11:51 AM
bjgold bjgold is offline
Member
 
Join Date: Jul 2006
Posts: 19
Mouse and Viz.Input

Code:
viz.callback(viz.MOUSEDOWN_EVENT,onMouseDown)
Does the above code work with input boxes? When a user clicks "ok" after entering text in the viz.input box, is there a way to have that mouse-click also run another event via the onMouseDown function? Or is that click "lost" to the viz.input box?

Thanks!
Reply With Quote