Go to: Synopsis. Return value. Related. Flags. MEL examples.

Synopsis

unassignInputDevice [-clutch string] [-device string]

unassignInputDevice is undoable, queryable, and NOT editable.

This command deletes all command strings associated with this device.

Return value

None

In query mode, return type is based on queried flag.

Related

assignInputDevice, attachDeviceAttr, detachDeviceAttr, devicePanel, getInputDeviceRange, getModifiers, listDeviceAttachments, listInputDeviceAxes, listInputDeviceButtons, listInputDevices, recordAttr, setAttrMapping, setInputDeviceMapping

Flags

clutch, device
Long name (short name) Argument types Properties
-device(-d) string
Specifies the device to work on.
-clutch(-c) string
Only delete command attachments with this clutch.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

// This deletes all command strings associated with the spaceball.
unassignInputDevice -d "spaceball";