home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 499.lha / InputDeviceToolKit / input.lzh / src / DeviceToolKits / Input / docs / DTInputOpen.doc < prev    next >
Encoding:
Text File  |  1991-01-05  |  1022 b   |  67 lines

  1.  
  2.                              Input Device ToolKit
  3.  
  4.  
  5.      DTInputOpen (1.1)                                    DTInputOpen (1.1)
  6.  
  7.  
  8.      NAME
  9.  
  10.                DTInputOpen              Open the Input Device Shared
  11.                                         Library
  12.  
  13.      SYNOPSIS
  14.  
  15.                #include  "DeviceToolKits/Input.h"
  16.                #include  "DeviceToolKits/proto/Input.h"
  17.                #include  "DeviceToolKits/InputBase.h"
  18.  
  19.                (void) DTInputOpen(version);
  20.  
  21.                ULONG     version;                 Library version number
  22.  
  23.      FUNCTION
  24.  
  25.                This function opens the Input Device ToolKit Shared Library.
  26.  
  27.      RETURNS
  28.  
  29.                This function brings up a recoverable alert if the library
  30.                cannot be found.  When the alert is acknowledged, the
  31.                program exits.
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                                                           1
  62.           Printed September 23, 1990                                 Page  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.