CocoaDev

Edit AllPages

What is wrong with this code, i cant make it work 100%. I’m trying to make this work like in transmit or itunes where slow double click edits, an fast opens.

Tnx


I’ve solved it with this code


Don’t get the double click time from defaults, use Carbon’s GetDblTime() instead.

float dblClickTime = (GetDblTime() / 60.0);