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

Synopsis

devicePanel

devicePanel is undoable, queryable, and editable.

This creates a panel containing an editor for creating/modifying attachments to input devices.

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;