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

Synopsis

listInputDevices

listInputDevices is undoable, NOT queryable, and NOT editable.

This command lists all input devices that maya knows about.

Return value

string[]

Related

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

MEL examples

// Returns a list of devices.
listInputDevices;