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

DMXRemoveInput - detach an input

Description

DMXRemoveInput() detaches the input device with id, and all associated inputs (e.g., if the id is a backend mouse, and a keyboard is also attached to the backend, then both devices will be detached).

Name

DMXRemoveInput - detach an input

Return Value

DMXRemoveInput() returns True unless there is a protocol error. DMXRemoveInput() can generate BadValue (if the id is not valid) and BadAccess (if the input has already been detached).

See Also

DMXAddInput(3), DMX(3), Xdmx(1) X Version 11 libdmx 1.1.4 DMXRemoveInput(3)

Synopsis

#include<X11/extensions/dmxext.h>BoolDMXRemoveInput(Display*dpy,intid);

See Also