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

Synopsis

listInputDeviceAxes string

listInputDeviceAxes is undoable, NOT queryable, and NOT editable.

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

Return value

string[]

Related

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

MEL examples

// Returns a list of the axes of the spaceball.
listInputDeviceAxes "spaceball";