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 / DTInputSetPeriod.doc < prev    next >
Text File  |  1991-01-05  |  1KB  |  67 lines

  1.                              Input Device ToolKit
  2.  
  3.  
  4.      DTInputSetPeriod (1.1)                          DTInputSetPeriod (1.1)
  5.  
  6.  
  7.      NAME
  8.  
  9.                DTInputSetPeriod         Set the Keyboard Repeat Period for
  10.                                         the Input Device
  11.  
  12.      SYNOPSIS
  13.  
  14.                #include  "DeviceToolKits/Input.h"
  15.                #include  "DeviceToolKits/proto/Input.h"
  16.  
  17.                status = DTInputSetPeriod(DTInput,period);
  18.  
  19.                DTInput_t           DTInput;       Control structure
  20.                struct    timeval   *period;       New period values
  21.  
  22.                LONG                status;        Returned status
  23.  
  24.      FUNCTION
  25.  
  26.                This function sets the keyboard key repeat period for the
  27.                Input device.
  28.  
  29.      RETURNS
  30.  
  31.                If 'status' is zero, the request has been issued and
  32.                completed.  If 'status' is greater than zero, the ToolKit
  33.                has detected an error and that error is returned.  If
  34.                'status' is less than zero, an error was detected by the I/O
  35.                system and that error is returned in the in_error field of
  36.                the control structure.
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                                                           1          Printed September 10, 1990                                 Page  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.