移動先: 概要 戻り値 関連項目. MEL 例.

概要

listInputDeviceAxes string

listInputDeviceAxes は 「元に戻す」が可能、「照会」が不可能「編集」が不可能 です。

指定した入力デバイスのすべての軸がリスト表示されます。

戻り値

string[]

関連項目

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

MEL 例

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