[Lazarus] TApplicationProperties Event - Click Message ?
Mattias Gaertner
nc-gaertnma at netcologne.de
Mon Jan 28 13:56:06 CET 2013
On Mon, 28 Jan 2013 10:42:45 -0200
Daniel Gaspary <dgaspary at gmail.com> 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.
> To perform the tests:
>
> procedure TForm1.ApplicationProperties1UserInput(Sender: TObject; Msg:
> Cardinal);
> begin
> if msg = LM_MOUSEMOVE
> then
> exit;
>
> WriteLn(GetMessageName(msg));
> end;
Mattias
More information about the Lazarus
mailing list