Your Ad Here

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

Synopsis

listInputDeviceButtons deviceName

listInputDeviceButtons is undoable, queryable, and editable.

This command lists all of the buttons of the specified input device.

Return value


Array of strings

Related

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

MEL examples

// Returns a list of the buttons of the spaceball.
listInputDeviceButtons "spaceball";

  

Return to Autodesk Index


Your Ad Here