home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / libraries / input_446 / src / devicetoolkits / input / docs / dtinputsetmtrigger.doc < prev    next >
Text File  |  1991-01-05  |  2KB  |  67 lines

  1.                              Input Device ToolKit
  2.  
  3.  
  4.      DTInputSetMTrigger (1.1)                      DTInputSetMTrigger (1.1)
  5.  
  6.  
  7.      NAME
  8.  
  9.                DTInputSetMTrigger       Set the Trigger Values of the
  10.                                         Controller Attached for Mouse Input
  11.  
  12.      SYNOPSIS
  13.  
  14.                #include  "DeviceToolKits/Input.h"
  15.                #include  "DeviceToolKits/proto/Input.h"
  16.  
  17.                status = DTInputSetMTrigger(DTInput,trigger);
  18.  
  19.                DTInput_t                     DTInput;       Control
  20.                                                             structure
  21.                struct    GamePortTrigger     *trigger;      New trigger
  22.                                                             values
  23.  
  24.                LONG                          status;        Returned status
  25.  
  26.      FUNCTION
  27.  
  28.                This function sets the trigger values of the controller
  29.                attached for mouse input to the Input device.
  30.  
  31.      RETURNS
  32.  
  33.                If 'status' is zero, the request has been issued and
  34.                completed.  If 'status' is greater than zero, the ToolKit
  35.                has detected an error and that error is returned.  If
  36.                'status' is less than zero, an error was detected by the I/O
  37.                system and that error is returned in the in_error field of
  38.                the control structure.
  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.