home *** CD-ROM | disk | FTP | other *** search
-
- Input Device ToolKit
-
-
- DTInputSetPeriod (1.1) DTInputSetPeriod (1.1)
-
-
- NAME
-
- DTInputSetPeriod Set the Keyboard Repeat Period for
- the Input Device
-
- SYNOPSIS
-
- #include "DeviceToolKits/Input.h"
- #include "DeviceToolKits/proto/Input.h"
-
- status = DTInputSetPeriod(DTInput,period);
-
- DTInput_t DTInput; Control structure
- struct timeval *period; New period values
-
- LONG status; Returned status
-
- FUNCTION
-
- This function sets the keyboard key repeat period for the
- Input device.
-
- RETURNS
-
- If 'status' is zero, the request has been issued and
- completed. If 'status' is greater than zero, the ToolKit
- has detected an error and that error is returned. If
- 'status' is less than zero, an error was detected by the I/O
- system and that error is returned in the in_error field of
- the control structure.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- Printed September 10, 1990 Page
-
-
-
-
-
-
-