home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / basic / code_it2 / cimouse.bi < prev    next >
Text File  |  1991-05-04  |  546b  |  14 lines

  1. '===========================================================================
  2. 'CIMOUSE.BI Copyright (C) 1991, Clear Software. ALL RIGHTS RESERVED.
  3. '===========================================================================
  4.  
  5. DECLARE SUB MouseHide ()
  6. DECLARE SUB MouseShow ()
  7. DECLARE SUB MousePoll (row%, col%, lButton%, rButton%)
  8. DECLARE SUB MouseLimit (left%, right%, top%, bottom%)
  9. DECLARE SUB MouseDriver (m0%, m1%, m2%, m3%)
  10. DECLARE SUB MouseInit ()
  11.  
  12. ' ===========================================================================
  13.  
  14.