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

Synopsis

devicePanel

devicePanel is undoable, queryable, and editable.

This command is now obsolete. It is included only for the purpose of file compatibility. It creates a blank panel.

Return value

stringname of panel

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

Related

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

MEL examples

// This example creates a new device panel in its own window
string $window = `window`;
paneLayout;
devicePanel;
showWindow $window;