コード例 #1
0
ファイル: gesture.hpp プロジェクト: QuLogic/jot-lib
 double between_time(CGESTUREptr& g) const {
    return fabs(start_time() - g->end_time());
 }