Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XHPDeviceAu(3X) — HP-UX 9.05

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XAutoRepeatOn(3x)

XAutoRepeatOff(3x)

XHPDeviceAutoRepeatOn(3X)  —  X Version 11

Release 5

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;
XIDdeviceid;
unsignedint rate;
int XHPDeviceAutoRepeatOff (display, deviceid)
Display*display;
XIDdeviceid;

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)

Hewlett-Packard Company  —  HP-UX 9.0 August 1992

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026