mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 06:29:25 +01:00
* fix broken getmouseevent
git-svn-id: trunk@3592 -
This commit is contained in:
parent
627c7f2ae0
commit
d427da09d5
@ -148,7 +148,8 @@ begin
|
||||
else
|
||||
If Assigned(CurrentMouseDriver.GetMouseEvent) Then
|
||||
begin
|
||||
LastMouseEvent:=MouseEvent;
|
||||
LastMouseEvent:=MouseEvent;
|
||||
CurrentMouseDriver.GetMouseEvent(MouseEvent);
|
||||
end
|
||||
else
|
||||
FillChar(MouseEvent,sizeof(TMouseEvent),0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user