View Single Post
  #4  
Old 05-16-2016, 12:48 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Are you using the vizxid module to get the Cedrus data, like the example posted here? If so, you can wait for a specific button press:

Code:
#Wait for button 3 on XID to be pressed
yield vizxid.waitButtonDown(3,d)
Reply With Quote