Query: xhpdeviceautorepeaton
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XHPDeviceAutoRepeatOn(3X) XHPDeviceAutoRepeatOn(3X)NAMEXHPDeviceAutoRepeatOn - Turn autorepeat on for an extension input device. XHPDeviceAutoRepeatOff - Turn autorepeat off for an extension input device.SYNOPSISint XHPDeviceAutoRepeatOn (display, deviceid, rate) Display *display; XID deviceid; unsigned int rate; int XHPDeviceAutoRepeatOff (display, deviceid) Display *display; XID deviceid;ARGUMENTSdisplay 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.DESCRIPTIONThese 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 VALUEnoneDIAGNOSTICSEither 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.hORIGINHewlett-Packard CompanySEE ALSOXAutoRepeatOn(3x) XAutoRepeatOff(3x) X Version 11 Release 5 XHPDeviceAutoRepeatOn(3X)
Related Man Pages |
---|
xchangekeyboarddevice(3x11) - redhat |
xibarrierreleasepointers(3) - centos |
xhpacknowledge(3x) - hpux |
xhpsetdevicefocus(3x) - hpux |
xhpungrabdevice(3x) - hpux |
Similar Topics in the Unix Linux Community |
---|
Xwindow display |
Perl to adjust coordinates based on repeat string |