DMXRemoveInput (3)
Leading comments
Copyright 2004 Red Hat Inc., Durham, North Carolina. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation on the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the followin...
NAME
DMXRemoveInput - detach an inputSYNOPSIS
#include <X11/extensions/dmxext.h>
Bool DMXRemoveInput(Display *dpy, int id);
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).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).