home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 6.ddi / DEF / GENTAB.DEF < prev    next >
Encoding:
Text File  |  1989-10-27  |  1.8 KB  |  39 lines

  1. BEGIN DDIF
  2.  
  3. -------------------------------------------------------------------------
  4. -- DEVICE INFORMATION FILE  for Digitizing Tablets using a 5 or 6      --
  5. --                          byte packed bimary format                  --
  6. --                                                                     --
  7. -------------------------------------------------------------------------
  8.  
  9. --
  10. -- 7-2-87 TT - Upgraded for rev 3.0
  11. ------------------------------------------------------------------------
  12. -- ******** Attention all programmers: you must document any ******** --
  13. -- ******** and all changes you make to this file at the top! ******* --
  14. ------------------------------------------------------------------------
  15.  
  16. --- Input Device Driver ---
  17.  
  18. --    +-- Digitizer input wait loop counter
  19. --    |  +-- Number of digitizer units to consider as a cursor change
  20. --    |  |     (Increase this number if the cursor 'jiggles' on the screen)
  21. --    |  | +-- Digitizer number of push buttons to validate PB
  22. --    |  | | +-- Digitizer number of buttons on stylus
  23. --    |  | | |   +-- Digitizer units per inch (resolution)
  24. --    |  | | |   |    (Normally 200 = 5 byte format, 1000 = 6 byte format)
  25. --    |  | | |   |   +----+-- Digitizer X,Y active area in digitizer units
  26. --    |  | | |   |   |    |     (Active area for tablet menu)
  27. --    |  | | |   |   |    |    +-- Digitizer RTS flag
  28. --    |  | | |   |   |    |    |  +-- Digitizer 5/6 byte format
  29. --    |  | | |   |   |    |    |  |     (6 byte format returns 4 byte coords)
  30. --    |  | | |   |   |    |    |  |     (5 byte format returns 2 byte coords)
  31. --    |  | | |   |   |    |    |  |  +-- COM port to use (1 or 2)
  32. --    |  | | |   |   |    |    |  |  |  + PARITY (0=disable,1=odd)
  33. --    V  V V V   V   V    V    V  V  V  V
  34. 101 800  1 2 1 200 2200 2200   1  5  1  0
  35.  
  36. END DDIF
  37. END
  38.  
  39.