예제 #1
0
파일: gesture.hpp 프로젝트: QuLogic/jot-lib
 /// time that elapsed between the completion of this gesture and the start of the gesture provided
  double elapsed_time(CGESTUREptr& g) const {
     return fabs(end_time() - g->start_time());
  }