home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / basic / pbvl010.zip / MOUSE.BI < prev    next >
Text File  |  1994-02-10  |  716b  |  19 lines

  1. ' PB/VISION(tm) LITE - (c) Copyright 1994 DSE Software Publishing
  2. ' SHAREWARE EVALUATION VERSION
  3.  
  4. $DYNAMIC
  5. DEFINT A-Z
  6.  
  7. DECLARE FUNCTION MOUSE% (BYVAL button%, BYVAL cmd%)
  8. DECLARE SUB MOUSECURSOROFF ()
  9. DECLARE SUB MOUSECURSORON ()
  10. DECLARE FUNCTION MOUSEGET% (row%, col%)
  11. DECLARE SUB MOUSEGETINFO (major%, minor%, irq%, mtype%)
  12. DECLARE FUNCTION MOUSEGETPRESS% (BYVAL button%, presses%, row%, col%)
  13. DECLARE FUNCTION MOUSEGETRELEASE% (BYVAL button%, presses%, row%, col%)
  14. DECLARE FUNCTION MOUSEINIT% (buttons%)
  15. DECLARE SUB MOUSESET (BYVAL row%, BYVAL col%)
  16. DECLARE SUB MOUSESETMODE (BYVAL newmode%)
  17. DECLARE SUB MOUSESETWINDOW (BYVAL row%, BYVAL col%, BYVAL rows%, BYVAL cols%)
  18. DECLARE SUB MOUSETERM ()
  19.