home *** CD-ROM | disk | FTP | other *** search
- '===========================================================================
- 'CIMOUSE.BI Copyright (C) 1991, Clear Software. ALL RIGHTS RESERVED.
- '===========================================================================
-
- DECLARE SUB MouseHide ()
- DECLARE SUB MouseShow ()
- DECLARE SUB MousePoll (row%, col%, lButton%, rButton%)
- DECLARE SUB MouseLimit (left%, right%, top%, bottom%)
- DECLARE SUB MouseDriver (m0%, m1%, m2%, m3%)
- DECLARE SUB MouseInit ()
-
- ' ===========================================================================
-
-