double_tap_state_e

States for the double tap gesture.

Synopsis:

#include "gestures/types.h"
 
typedef enum {
      DT_STATE_INIT = 0   
      DT_STATE_FIRST_TOUCH   
      DT_STATE_FIRST_RELEASE   
      DT_STATE_SECOND_TOUCH   
      DT_STATE_SECOND_RELEASE   
} double_tap_state_e;

Data:

DT_STATE_INIT
DT_STATE_FIRST_TOUCH
DT_STATE_FIRST_RELEASE
DT_STATE_SECOND_TOUCH
DT_STATE_SECOND_RELEASE

Library:

libgestures

Description:

This enumeration defines additional states the double tap gesture can transition between.