home *** CD-ROM | disk | FTP | other *** search
-
- ╔══════════════════════════════════════════════════════════════════════════╗
- ║ ║
- ║ ISoft D&M ║
- ║ POB. 5517 ║
- ║ Coralville IA 52241 ║
- ║ U.S.A ║
- ║ ║
- ╚══════════════════════════════════════════════════════════════════════════╝
-
- (******************************************************************************
- * MouseLib *
- * second release, written by Loewy Ron, AUG 90 *
- * Third release, TP6.0 asm support, LR Jan 91. *
- * Fourth release, added functions, LR May 91. *
- * Fifth release, added intercept, release functions, Jun 91. *
- * 6.th Release - Better Docs., Test Sample Program. *
- ******************************************************************************)
-
- mouseLib documentation file : mouseLib.doc, rel 6.0.
- last update : Mar. 05, 1992, LR.
-
- File List
- ---------
-
- This package contains the following files :
-
- MOUSELIB.PAS - mouseLib Turbo Pascal Source file
- MOUSELIB.DOC - This file.
- MOUSELIB.REG - Registration File.
- PROGRAMS.TXT - ISoft D&M shareware products description.
- MOUSETST.PAS - Simple mouseLib Turbo Pascal test sample.
-
- Why Register
- ------------
-
- mouseLib is a shareware product, if you find this product valuable,
- please register it. This section describes the reasones you should register.
-
- By registering mouseLib you will receive a printed manual with FULL technical
- documentation, loads of program samples printed, and on disk, and the latest
- mouseLib version. By registering you will help us to create the next version
- of mouseLib that will support more INT 33H functions, and will include even
- more high-level support for TSRs, EVENT-DRIVEN programming, and more.
-
- Registered mouseLib users get full no-rotality usage permission, and the
- complete KBDHDR keyboard interface Turbo Pascal package.
-
- Whats new
- ---------
-
- - Added better documentation in MOUSELIB.PAS source.
- - Added A Simple Sample program - MOUSETST.PAS.
- - From this version mouseLib is distributed by
- ISoft D&M, P.O.B 5517, Coralville IA 52241, U.S.A
-
- Introduction
- ------------
-
- mouseLib is a Turbo-Pascal 6.0 mouse support unit, designed to provide
- event driven mouse support, using a standard (default) event handling
- mechanism. The unit includes all of the normal mouse library functions,
- (show, hide cursor, define tresh-hold, detect mouse etc..). mouseLib was
- used for over 2 years now, with many programs and products written by the
- author, and other programmers. Several mouseLib based packages are distributed
- by ISoft D&M, and can be downloaded for evaluation from BBSes around the
- world.
-
- Technical documantation
- -----------------------
-
- ISoft D&M will not give any technical documentation but the supplied source
- code, We have tried to document the code as good as we could, Used the best
- names we could think of to functions and procedures, and added explanations
- where ever we felt the code was not trivial. If you intend to use this unit,
- you will have to look into the source code. Two points we would like to
- mention -
- a.> use the setMouseGraph and resetMouseGraph before using the initMouse
- procedure, to choose if you want text or graphics mouse support.
- b.> look at the defaultHandler assembler routine, this is the heart of my
- event driven applications. (use setDefaultHandler to ...).
-
- For complete technical documentation, Please refer to the supplied
- MOUSELIB.REG file, and register your mouseLib copy.
-
- Warranty
- --------
-
- There is no warranty what so ever, This software package is supplied as is,
- The distributer (ISoft D&M), or the author (Loewy Ron), are not,
- and will not be responsible for any damages, lost profits,
- or inconveniences caused by the use, or inability to use this package.
- The use of the package is at your own risk.
- By using (or attempting to use) the package you agree to this.
-
- General
- -------
-
- mouseLib is distributed by ISoft D&M, P.O.B. 5517 CORALVILLE IA 52241, U.S.A.
-
- mouseLib is (c) copyrighted by Loewy Ron, 1990, 92.
-
- mouseLib is a shareware package, please register your copy.
- To register your copy of mouseLib please refer to the supplied
- MOUSELIB.REG file.
-
- Other programs distributed by ISoft D&M are described in the supplied
- PROGRAMS.TXT file.
-
- Contact
- -------
-
- Please contact :
-
- ISoft D&M,
- P.O.B 5517
- Coralville IA 52241,
- U.S.A
-
- Credits
- -------
-
- Turbo-Pascal is a copyright of Borland International.
-
- Genius Mouse is a trademark of KUN YING ENTERPRISE CO.
-