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 / InputGlue.fd
Text File  |  1991-01-05  |  581b  |  20 lines

  1. ##base _DTInputBase
  2. ##bias 30
  3. ##public
  4. DTInputCreate(status)(A0)
  5. DTInputCreateLike(OldDTInput,status)(A0,A1)
  6. DTInputDestroy(DTInput)(A0)
  7. DTInputFlush(DTInput)(A0)
  8. DTInputReset(DTInput)(A0)
  9. DTInputStart(DTInput)(A0)
  10. DTInputStop(DTInput)(A0)
  11. DTInputWriteEvent(DTInput,buffer,length)(A0,A1,D0)
  12. DTInputAddHandler(DTInput,handler)(A0,A1)
  13. DTInputRemHandler(DTInput,handler)(A0,A1)
  14. DTInputSetMPort(DTInput,port)(A0,A1)
  15. DTInputSetMTrigger(DTInput,trigger)(A0,A1)
  16. DTInputSetMType(DTInput,type)(A0,A1)
  17. DTInputSetPeriod(DTInput,period)(A0,A1)
  18. DTInputSetThresh(DTInput,threshold)(A0,A1)
  19. ##end
  20.