HPlogo HP Xlib Extensions: > Chapter 6 HP Input Device Extension Functions

Disabling Auto-Repeat for Extended Input Devices

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

To disable auto-repeat for an extended input device, use XHPDeviceAutoRepeatOff.

int XHPDeviceAutoRepeatOff(display, deviceid)
Display *display;
XID deviceid;

Title not available (Disabling Auto-Repeat for Extended Input Devices )

display

Specifies the connection to the X server.

deviceid

Specifies the ID of the desired device.

XHPDeviceAutoRepeatOff is provided to support the use of input devices other than the X keyboard and X pointer device. It cannot be used to turn auto-repeat off for the X keyboard device. The core XAutoRepeatOff function should be used for that purpose.

XHPDeviceAutoRepeatOff can generate BadDevice and BadValue errors.

© 1995 Hewlett-Packard Development Company, L.P.