@@ -1,4 +1,39 @@
-{
+
+di{
This file is part of the Free Pascal Integrated Development Environment
Copyright (c) 1998-2000 by Berczi Gabor
@@ -148,7 +148,8 @@ begin
else
If Assigned(CurrentMouseDriver.GetMouseEvent) Then
begin
- LastMouseEvent:=MouseEvent;
+ LastMouseEvent:=MouseEvent;
+ CurrentMouseDriver.GetMouseEvent(MouseEvent);
end
FillChar(MouseEvent,sizeof(TMouseEvent),0);