1DMXRemoveInput(3)          Library Functions Manual          DMXRemoveInput(3)
2
3
4

NAME

6       DMXRemoveInput - detach an input
7

SYNOPSIS

9       #include <X11/extensions/dmxext.h>
10
11       Bool DMXRemoveInput(Display *dpy,
12                           int id);
13

DESCRIPTION

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

RETURN VALUE

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

SEE ALSO

26       DMXAddInput(3), DMX(3), Xdmx(1)
27
28
29
30X Version 11                     libdmx 1.1.4                DMXRemoveInput(3)
Impressum