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.