Gestures also trig click?

The judgement of click isn’t friendly enough,the gesture also trig click ? how to avoid this ? anyone knows ? thanks a lot !!

You can use this judgement in the event:

		if(lv_indev_get_gesture_dir(lv_event_get_indev(e)) != LV_DIR_NONE) {
			/*Gesture*/
		}