logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DMXGetInputCount - determine number of input devices

Description

DMXGetInputCount() returns the number of input devices connected to the Xdmx(1) server in input_count. This number is the same as that returned by XListInputDevices(3), but is available even when the XInput extension is not supported.

Name

DMXGetInputCount - determine number of input devices

Return Value

DMXGetInputCount() returns True unless there is a protocol error.

See Also

DMXGetInputAttributes(3), XListInputDevices(3), DMX(3), Xdmx(1) X Version 11 libdmx 1.1.4 DMXGetInputCount(3)

Synopsis

#include<X11/extensions/dmxext.h>BoolDMXGetInputCount(Display*dpy,int*input_count);

See Also