1DMXGetInputCount(3) Library Functions Manual DMXGetInputCount(3)
2
3
4
6 DMXGetInputCount - determine number of input devices
7
9 #include <X11/extensions/dmxext.h>
10
11 Bool DMXGetInputCount(Display *dpy,
12 int *input_count);
13
15 DMXGetInputCount() returns the number of input devices connected to the
16 Xdmx(1) server in input_count. This number is the same as that
17 returned by XListInputDevices(3), but is available even when the XInput
18 extension is not supported.
19
21 DMXGetInputCount() returns True unless there is a protocol error.
22
24 DMXGetInputAttributes(3), XListInputDevices(3), DMX(3), Xdmx(1)
25
26
27
28X Version 11 libdmx 1.1.4 DMXGetInputCount(3)