window hook function and double click
MG
is there a simple way of calling a window hook function with a double click in a graph? There seems to be no specific "eventCode" for that and the only way I came up with to catch a double click is to write the "tick count" (i.e. the time when the event happened) of a "single click" to a global variable and check this variable for the second single click. Am I missing something here.
Cheers
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
September 3, 2013 at 11:31 am - Permalink
September 3, 2013 at 04:19 pm - Permalink
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
September 3, 2013 at 08:06 pm - Permalink
@andyfaff: Just fyi, I'm using a "Ctrl + double click" anyway, so this isn't interfering with Igor's double click actions.
September 4, 2013 at 01:20 am - Permalink