mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:50:49 +02:00
* Inc (PendingMouseEvents) added to PutMouseEvent
This commit is contained in:
parent
28ef8ce303
commit
1f29cc1c76
@ -396,12 +396,16 @@ begin
|
|||||||
PendingMouseEventOrder [MouseEventOrderTail] := QI.cEvents;
|
PendingMouseEventOrder [MouseEventOrderTail] := QI.cEvents;
|
||||||
Inc (MouseEventOrderTail);
|
Inc (MouseEventOrderTail);
|
||||||
if MouseEventOrderTail = MouseEventBufSize then MouseEventOrderTail := 0;
|
if MouseEventOrderTail = MouseEventBufSize then MouseEventOrderTail := 0;
|
||||||
|
Inc (PendingMouseEvents);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2000-01-09 20:43:04 hajny
|
Revision 1.3 2000-04-10 15:50:55 hajny
|
||||||
|
* Inc (PendingMouseEvents) added to PutMouseEvent
|
||||||
|
|
||||||
|
Revision 1.2 2000/01/09 20:43:04 hajny
|
||||||
* cardinal = longint removed for FPC
|
* cardinal = longint removed for FPC
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user