home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12780.ZIP / MOUSE.BI < prev    next >
Text File  |  1990-06-24  |  710b  |  22 lines

  1. ' ===========================================================================
  2. '
  3. ' MOUSE.BI
  4. '
  5. '  Copyright (C) 1989 Microsoft Corporation, All Rights Reserved
  6. '
  7. ' ===========================================================================
  8.  
  9. ' ===========================================================================
  10. ' DECLARATIONS
  11. ' ===========================================================================
  12.  
  13. DECLARE SUB MouseHide ()
  14. DECLARE SUB MouseShow ()
  15. DECLARE SUB MousePoll (row%, col%, lButton%, rButton%)
  16. DECLARE SUB MouseBorder (row1%, col1%, row2%, col2%)
  17. DECLARE SUB MouseDriver (m0%, m1%, m2%, m3%)
  18. DECLARE SUB MouseInit ()
  19.  
  20. COMMON SHARED /uitools/ MousePresent AS INTEGER
  21.  
  22.