mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 12:59:56 +01:00
* We should initialize the mouse!
This commit is contained in:
parent
4e3f6e86ff
commit
acdbeca638
@ -766,7 +766,8 @@ End;
|
||||
|
||||
|
||||
Begin
|
||||
Negative:=True;
|
||||
Initmouse;
|
||||
Negative:=True;
|
||||
clean;
|
||||
Repeat
|
||||
interpret;
|
||||
@ -810,11 +811,15 @@ Begin
|
||||
{$ifdef Win32}
|
||||
CloseGraph;
|
||||
{$endif}
|
||||
|
||||
DoneMouse;
|
||||
|
||||
End.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2002-02-25 12:23:05 marco
|
||||
Revision 1.3 2002-02-27 16:29:54 carl
|
||||
* We should initialize the mouse!
|
||||
|
||||
Revision 1.2 2002/02/25 12:23:05 marco
|
||||
* Fixes for Quad Win32 GUI mode
|
||||
|
||||
Revision 1.1 2001/05/03 21:39:33 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user