home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l391_1 / 2.ddi / MOUSE.BI$ / MOUSE.bin
Encoding:
Text File  |  1992-08-19  |  399 b   |  17 lines

  1. ' Procedure declarations for Mouse Toolkit.
  2. '
  3.  
  4. ' Public routines.
  5. DECLARE SUB MouseBorder (row1%, col1%, row2%, col2%)
  6. DECLARE SUB MouseDriver (m0%, m1%, m2%, m3%)
  7. DECLARE SUB MouseHide ()
  8. DECLARE SUB MouseInit ()
  9. DECLARE SUB MousePoll (row%, col%, lButton%, rButton%)
  10. DECLARE SUB MouseShow ()
  11. DECLARE SUB ScrSettings (sMode AS INTEGER, sWidth AS INTEGER)
  12. DECLARE SUB SetHigh ()
  13.  
  14.  
  15.  
  16.  
  17.