Go to: Synopsis. Return value. Related. Flags. MEL examples.
unassignInputDevice [-clutch string] [-device string]
unassignInputDevice is undoable, queryable, and NOT editable.
This command deletes all command strings associated with this device.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-clutch(-c)
|
string
|
|||
|
||||
-device(-d)
|
string
|
|||
|
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. |
// This deletes all command strings associated with the spaceball. unassignInputDevice -d "spaceball";