/**
* @brief TBD
*/
- static const unsigned int INTV_CLICK = 5;
+ static const int INTV_CLICK = 5;
/**
* @brief TBD
*/
- static const unsigned int INTV_SHORTSTROKE = 100;
+ static const int INTV_SHORTSTROKE = 100;
/**
* @brief TBD
*/
- static const unsigned int INTV_LONGSTROKE = 2000;
+ static const int INTV_LONGSTROKE = 2000;
/**
* @brief TBD
*/
- static const unsigned int INTV_MINIMUM_DRAG_MS = 25;
+ static const int INTV_MINIMUM_DRAG_MS = 25;
/**
* @brief TBD
*/
- static const unsigned int INTV_MINIMUM_USLEEP = 1000;
+ static const int INTV_MINIMUM_USLEEP = 1000;
/**
* @brief TBD
*/
- static const unsigned int MINIMUM_DURATION_DRAG = 100;
+ static const int MINIMUM_DURATION_DRAG = 100;
/**
* @brief TBD
/**
* @brief TBD
*/
- static const unsigned int INTV_CLICK = 5;
+ static const int INTV_CLICK = 5;
/**
* @brief TBD
*/
- static const unsigned int INTV_SHORTSTROKE = 100;
+ static const int INTV_SHORTSTROKE = 100;
/**
* @brief TBD
*/
- static const unsigned int INTV_LONGSTROKE = 2000;
+ static const int INTV_LONGSTROKE = 2000;
/**
* @brief TBD
*/
- static const unsigned int INTV_MINIMUM_DRAG_MS = 25;
+ static const int INTV_MINIMUM_DRAG_MS = 25;
/**
* @brief TBD
*/
- static const unsigned int INTV_MINIMUM_USLEEP = 1000;
+ static const int INTV_MINIMUM_USLEEP = 1000;
/**
* @brief TBD
*/
- static const unsigned int MINIMUM_DURATION_DRAG = 100;
+ static const int MINIMUM_DURATION_DRAG = 100;
/**
* @brief TBD