[Lazarus] TApplicationProperties Event - Click Message ?

Daniel Gaspary dgaspary at gmail.com
Mon Jan 28 13:42:45 CET 2013


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 ??

To perform the tests:

procedure TForm1.ApplicationProperties1UserInput(Sender: TObject; Msg:
Cardinal);
begin
     if msg = LM_MOUSEMOVE
     then
         exit;

     WriteLn(GetMessageName(msg));
end;




More information about the Lazarus mailing list