1DMXRemoveInput(3) Library Functions Manual DMXRemoveInput(3)
2
3
4
6 DMXRemoveInput - detach an input
7
9 #include <X11/extensions/dmxext.h>
10
11 Bool DMXRemoveInput(Display *dpy,
12 int id);
13
15 DMXRemoveInput() detaches the input device with id, and all associated
16 inputs (e.g., if the id is a backend mouse, and a keyboard is also
17 attached to the backend, then both devices will be detached).
18
20 DMXRemoveInput() returns True unless there is a protocol error.
21
22 DMXRemoveInput() can generate BadValue (if the id is not valid) and
23 BadAccess (if the input has already been detached).
24
26 DMXAddInput(3), DMX(3), Xdmx(1)
27
28
29
30X Version 11 libdmx 1.1.4 DMXRemoveInput(3)