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 / DTInputSetThresh.doc < prev    next >
Encoding:
Text File  |  1991-01-05  |  1.4 KB  |  67 lines

  1.  
  2.                              Input Device ToolKit
  3.  
  4.  
  5.      DTInputSetThresh (1.1)                          DTInputSetThresh (1.1)
  6.  
  7.  
  8.      NAME
  9.  
  10.                DTInputSetThresh         Set the Keyboard Repeat Threshold
  11.                                         for the Input Device
  12.  
  13.      SYNOPSIS
  14.  
  15.                #include  "DeviceToolKits/Input.h"
  16.                #include  "DeviceToolKits/proto/Input.h"
  17.  
  18.                status = DTInputSetThresh(DTInput,threshold);
  19.  
  20.                DTInput_t           DTInput;       Control structure
  21.                struct    timeval   *threshold;    New threshold values
  22.  
  23.                LONG                status;        Returned status
  24.  
  25.      FUNCTION
  26.  
  27.                This function sets the keyboard key repeat threshold for the
  28.                Input device.
  29.  
  30.      RETURNS
  31.  
  32.                If 'status' is zero, the request has been issued and
  33.                completed.  If 'status' is greater than zero, the ToolKit
  34.                has detected an error and that error is returned.  If
  35.                'status' is less than zero, an error was detected by the I/O
  36.                system and that error is returned in the in_error field of
  37.                the control structure.
  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 10, 1990                                 Page  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.