Enabled mouse support for macOS and *BSD. Free Vision apps can now make use of the mouse for these O/Ss.

This commit is contained in:
Ramon M 2022-04-27 20:47:25 +02:00 committed by florian
parent c3db9d63f2
commit f227efb258

View File

@ -16,11 +16,11 @@
unit Mouse; unit Mouse;
interface interface
{$if defined(aix) or defined(bsd) or defined(solaris)} {$if defined(aix) or defined(solaris)}
{$define NOMOUSE} {$define NOMOUSE}
{$endif} {$endif}
{$if defined(haiku) or defined(beos)} {$if defined(bsd) or defined(haiku) or defined(beos)}
{$define NOGPM} {$define NOGPM}
{$endif} {$endif}