home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Workbench / dosdrivers / GTDriver.lha / Distrib / Programming / ShowPoints / ShowPoints.readme < prev    next >
Encoding:
Text File  |  1994-11-03  |  615 b   |  17 lines

  1. This program uses GTDriver in server mode.
  2. When you start it after GTDriver, your digitizer stops
  3. moving the mouse, but you can see the coordinates pair
  4. (expressed in points) of the pen position.
  5. The actual parameter settings are also printed on the
  6. standard output.
  7. This program can be usefull to test if you set the
  8. correct values for Dim X, Dim Y and DPI parameters.
  9. In fact the maximum point values should result
  10. Dim X * DPI in horizontal direction and
  11. Dim Y * DPI in vertical direction.
  12.  
  13. You can also take a look at the source code to
  14. understand how to write programs that use GTDriver for
  15. their own purpose.
  16.  
  17.