XHPGetCurrentDeviceMask(3X) — Subroutines
Series 300 and 800 Only
NAME
XHPGetCurrentDeviceMask - Get the current extension event mask.
SYNOPSIS
XHPGetCurrentDeviceMask (display, window, deviceid, mask_return)
Display∗display;
Windowwindow;
XIDdeviceid;
Maskmask_return;
ARGUMENTS
display Specifies the connection to the X server.
window Specifies the ID of the desired window.
deviceid Specifies the ID of the desired extension input device.
mask_return Address of a variable into which the server can return the mask.
DESCRIPTION
This function is provided to support the use of input devices other than the X keyboard and X pointer device.
XHPGetCurrentDeviceMask returns the current event selection mask for the specified extended input device and window. This is the mask that was specified by the calling client program on a previous XHPSelectExtensionEvent request.
This function is not valid for the X pointer device or the X keyboard device. The current event selection mask for those devices can be obtained by using the XGetwindowAttribute(3x) function.
RETURN VALUE
none
FILES
none
ORIGIN
Hewlett-Packard Company
SEE ALSO
XGetwindowAttribute(3x)
XHPSelectExtensionEvent(3x)
XHPGetExtEventMask(3x)