Did you tried to use this:
Code:
else if (event_type == EVENT_CLICK)


instead if this:
Code:
else if (event_type == EVENT_TOUCH && event_type == EVENT_CLICK)


?

If not, do it...