View Single Post
  #5  
Old 09-25-2018, 04:12 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The viztouch module includes the following events:

Code:
TOUCH_DOWN_EVENT
TOUCH_UP_EVENT	
TOUCH_MOVE_EVENT
GESTURE_EVENT
You can set up the program flow using viztask and wait for touch events using the waitEvent command. Once a touch event happens, you'll have to determine the region (e.g. Yes button, No button) based on the touch point.
Reply With Quote