=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* DOCUMENTATION FOR EZ-MOUSE 2.0 *
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
EZ-Mouse Ver 2.0: Copyright (c) 1996, by Jeff Weinstein.
All rights reserved.
Table Of Contents...............................
Introduction....................1
What's New......................2
List Of Variables...............3
List Of Procedures..............4
Where To Find Cusor Editors.....5
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-1-=-=-=-=-=-=-=-=-=-=-=-=-=-
EZ-Mouse is a small unit file for Turbo Pascal 7.0 users, in need
of some mouse routines. I wrote this little utility out of my
own need, and then I decided to release it as shareware. I tried
to make all the procedures and variables as easy to understand as
possible; no sense in making programming any more difficult.
Basically, EZ-Mouse is a set of 11 mouse routines, which work in
text/graphics mode. See below for full details on the variables
and procedures.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-2-=-=-=-=-=-=-=-=-=-=-=-=-=-
What's new in Version 2.0? A couple of things. The biggest
thing is the addition of 2 new procedures, ResetMouse, and
ChangeCursor. ResetMouse does just what you think: resets the
mouse back to normal. So, if you have just confined the mouse to
a window, or changed the cursor, this procedure puts things back
the way they were before. The ChangeCursor proced
|