smarthaert / phoenixlib

Automatically exported from code.google.com/p/phoenixlib
0 stars 0 forks source link

TPHXControl.mousePressed #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Event should not be called if the Control is Disabled.

procedure TPHXControl.mousePressed(const Event: TPHXMouseEvent);
begin
if Enabled then
  Engine.ExecuteEvent(Self, FOnMousePressed);
end;

Original issue reported on code.google.com by wagenhei...@gmail.com on 9 Feb 2011 at 6:08

GoogleCodeExporter commented 9 years ago

Original comment by andreas....@gmail.com on 8 Aug 2013 at 2:11