On Tue, 17 Feb 2009, Szak�ts Viktor wrote: Hi Viktor,
> There seem to be some problems with mouse handling in GTXWC: > - When left clicking and dragging, instead of K_MMLEFTDOWN, > K_MOUSEMOVE gets generated. > - When middle clicking and dragging, instead of K_MMMIDDLEDOWN, > a mixture of K_MBUTTONDOWN, K_MBUTTONUP, K_MDBLCLK > events are generated. I do not know what is K_MMLEFTDOWN, K_MMRIGHTDOWN, K_MMMIDDLEDOWN and K_NCMOUSEMOVE. It's Harbour extension and I've never seen any description for this inkey mouse value. I thought that the first 3 ones describes some extended mouse buttons but I do not have it. Clipper does not support such values. The behavior of K_MBUTTONDOWN, K_MBUTTONUP, K_MDBLCLK is exactly as it should be and it's the same as K_[LR]BUTTONDOWN, K_[LR]BUTTONUP and K_[LR]DBLCLK in GTXWC and CL53. If you used some GT dirver which does not work like CL53 then it should be fixed. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
