View Single Post
  #2  
Old 06-19-2017, 09:20 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The vizxid module defines the following events:

Code:
BUTTONDOWN_EVENT	= viz.getEventID('XID_ButtonDown')
BUTTONUP_EVENT		= viz.getEventID('XID_ButtonUp')
You could use the vizact.onevent command and pass in one of those events.
Reply With Quote