I am porting several applications from <DirectDraw> + <Win32 event handling> to SDL only. All the applications use "double-click" events. Is there any "ready" solution to implement double-click detection under SDL. Or, I will have to measure time and distance between clicks... ? Thanks, Armando