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

Synopsis

listInputDeviceButtons string

listInputDeviceButtons is undoable, NOT queryable, and NOT editable.

This command lists all of the buttons of the specified input device specified as an argument.

Return value

string[]

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";