handle double click mouse event
Aleksey Murushkin (Cloverleaf) (8233) 41 posts |
Hi. Is there any info how correct to track the double click mouse events? Unfortunately I cant find anything about it. I need to distinguish the single and double click on same window. but both wimp_CLICK_SELECT and wimp_DOUBLE_SELECT flags have the same value 4. And my both expressions works on single and double clicks. Is it possible? Thanks |
Steve Fryatt (216) 2105 posts |
The codes returned depend on the window (or icon) button type. There’s only one type, |
Aleksey Murushkin (Cloverleaf) (8233) 41 posts |
thanks for your answer. it works |