home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / turbopas / amouse55.zip / READTHIS.1ST < prev    next >
Text File  |  1980-01-01  |  2KB  |  56 lines

  1.   This is a Turbo Pascal unit for managing a MicroSoft mouse.
  2.  
  3.   Contents -
  4.     mouse.pas    ---   source code for the mouse unit
  5.     mouse.doc    ---   description of the various parts of the unit
  6.     square.pas   ---   example source using the mouse unit
  7.     readthis.1st ---   this here
  8.  
  9.   Rather than to provide a tutorial on programming with a mouse, it is
  10.   assumed you have a good idea of the various operations made possible
  11.   by the mouse driver software.
  12.  
  13.   Most of the code contained in the mouse unit is simple calls to
  14.   interrupt 33h. There is additional code defining a pointing hand
  15.   cursor and to define areas of the screen as numbers.
  16.  
  17.  
  18.   Apology -
  19.    I wrote this unit quickly in order to make use of my mouse, and know
  20.   that the documentation is very minimal and there are of course bugs.
  21.   I haven't found any other mouse units sources on ftp sites so this
  22.   should at least start some people out.
  23.    I would suggest that the best way to learn how to
  24.   use this is to study the read_config procedure within the example
  25.   program.
  26.  
  27.  
  28.   Virus check -
  29.  
  30.    PKUNPAK     FAST!     Archive Extract Utility     Version 3.61    08-02-88 
  31.    Copyright (c) 1986-1988 PKWARE Inc. All Rights Reserved. PKUNPAK/h for help
  32.  
  33.    Searching: SQUEEK55.ARC
  34.  
  35.    Filename    Length     Method     Size   Ratio    Date      Time    CRC 
  36.    --------        ------   ------    ------  -----    ----      ----    ---
  37.    MOUSE.DOC         8427  Crunched     3215   62%   02-17-88  15:22:40  29B1
  38.    MOUSE.PAS         7323  Crunched     2296   69%   02-17-88  14:35:26  8689   
  39.    SQUARE.PAS        7009  Crunched     3213   55%   02-17-88  15:51:38  83DB
  40.    ----            ------             ------  -----
  41.    0003             22759               8724   62%
  42.  
  43.   Talk to me! -
  44.       Rob Wedlock
  45.       211 Windriver
  46.       Casper, Wyo 82609
  47.       (307) - 2345778
  48.       Internet - robw@corral.uwyo.edu
  49.       Bitnet   - ROBW@UWYO
  50.  
  51.   If you use this, of learn anything from it, please send me a 5 dollar bill
  52.   to ease your guilty concious. If you're poor, send me some source code!
  53.   Id also like to find a few computer programming penpals. 
  54.  
  55.                          Thanks!è
  56.