const DBLCLICK_MAX_TICKS: usize = 50;
dblclick と判定する2クリック間の最大 tick 数(タイマは 10ms/tick なので 50 tick = 500ms)。