XHPDeviceAutoRepeatOn(3X)												 XHPDeviceAutoRepeatOn(3X)

NAME
XHPDeviceAutoRepeatOn - Turn autorepeat on for an extension input device. XHPDeviceAutoRepeatOff - Turn autorepeat off for an extension input device. SYNOPSIS
int XHPDeviceAutoRepeatOn (display, deviceid, rate) Display *display; XID deviceid; unsigned int rate; int XHPDeviceAutoRepeatOff (display, deviceid) Display *display; XID deviceid; ARGUMENTS
display Specifies the connection to the X server. deviceid Specifies the ID of the desired device. rate Valid for XHPDeviceAutoRepeatOn only. Specifies the auto-repeat rate. Valid values are: REPEAT_30, which will cause repeats to take place every 1/30th second, and REPEAT_60, which will cause repeats to take place every 1/60th second. DESCRIPTION
These requests are part of an HP-proprietary extension to X. Their functionality has been superseded by the standard X input device extension XChangeFeedbackControl request. You should use XChangeFeedbackControl instead of XHPAutoRepeatOn and XHPAutoRepeatOff if possible. These requests are provided to support the use of input devices other than the X keyboard and X pointer device. They cannot be used to turn auto-repeat on or off for the X keyboard device. The core XAutoRepeatOn and XAutoRepeatOff requests should be used for that purpose. XHPDeviceAutoRepeatOn turns on or changes auto-repeat for an extended input device that is attached to the specified display. XHPDeviceAutoRepeatOff turns off autorepeat for an extended input device that is attached to the specified display. RETURN VALUE
none DIAGNOSTICS
Either request can return a BadDevice error. XHPDeviceAutoRepeatOn can return a BadValue error. BadDevice An invalid device ID was specified. BadValue An invalid rate was specified. FILES
/usr/include/X11/XHPlib.h ORIGIN
Hewlett-Packard Company SEE ALSO
XAutoRepeatOn(3x) XAutoRepeatOff(3x) X Version 11 Release 5 XHPDeviceAutoRepeatOn(3X)