ジャンプ先: 概要. 戻り値. 関連. MEL 例.

概要

listInputDeviceButtons string

listInputDeviceButtons は、取り消し可能、照会不可能、および編集不可能です。

このコマンドは、引数として指定した入力デバイスのボタンをすべてリスト表示します。

戻り値

string[]コマンドの結果

関連

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

MEL 例

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