On Mon, 28 Jan 2013 11:00:13 -0200
Daniel Gaspary <[email protected]> wrote:

> On Mon, Jan 28, 2013 at 10:56 AM, Mattias Gaertner
> <[email protected]> wrote:
> > On Mon, 28 Jan 2013 10:42:45 -0200
> > Daniel Gaspary <[email protected]> wrote:
> >
> >> Hi,
> >>
> >>    Testing the OnUserInput Event I have found that a "Click" or
> >> "Button Pressed" message is not being sent to this event.
> >>
> >>    The Mouse Down, Up, Double Click and even the Quad Click messages
> >> are received.
> >>
> >>    Should I report this on Bug Tracker ??
> >
> > No.
> > Click is an artificial event derived from Mouse Down+Up.
> 
> Ok, but, what about Triple and quad Clicks? These msgs are sent to this event.
> 
> LM_LBUTTONTRIPLECLK

The definition of a multi click is in the Widgetset. So for the LCL a
LM_LBUTTONTRIPLECLK is an external (=not originating in the LCL)
message of category user input.

Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to