home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 354_01 / read.me < prev    next >
Text File  |  1991-06-07  |  2KB  |  42 lines

  1. This disk contains versions of the CES Mouse Library for the
  2. following compilers;
  3.  
  4. Mix Power C version 2.0 Medium Memory Model
  5. Borlands Turbo C version 2.0, Medium Memory Model
  6. Microsoft Quick C version 1.0, Medium Memory Model
  7. Microsoft C version 6.0, Medium Memory Model
  8.  
  9. The #include header file, cesmouse.h and cesjoy.h
  10. are in the root directory of this disk, along with this read.me file.
  11.  
  12. Also included are several compiled example programs and source.
  13.  
  14. There is also a printdoc.bat file which will print out the 22 pages of
  15. documentation. The registration form is included in the manual.
  16.  
  17. To view this file, simply type readme. To view the documentation,
  18. simply type;
  19.  
  20. readme cesmouse.doc
  21.  
  22. ... at the dos prompt.
  23.  
  24. Remember, this is ShareWare. If you like this software and use it or
  25. if you want the full version of this product, please register and send
  26. your payment.
  27.  
  28. One thing not mentioned in the manual which is of great importance is that
  29. the mouse movement in any direction, even in a text screen, is determined
  30. by the graphics resolution you are operating under. Therefore, if you wanted
  31. to place the mouse cursor in the the lower right corner of a CGA display and
  32. CGA monitor card, you would use the coordinates of 180 X 600. This would
  33. place the mouse cursor in the area of the lower right corner. In text modes,
  34. the cursor is to the closest 8 pixels in any direction. Therefore, the top
  35. screen coordinate is 0,0. the next, normally would be 1,1. For the mouse
  36. it will be 8,8. The next position down and over would be 16,16 and etc.
  37. Graphics modes use the same except we are then actually working on a pixel
  38. by pixel basis.
  39.  
  40. Thank-you
  41.  
  42.