예제 #1
0
파일: gesture.hpp 프로젝트: QuLogic/jot-lib
 double between_time(CGESTUREptr& g) const {
    return fabs(start_time() - g->end_time());
 }