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

概要

devicePanel

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

入力デバイスのアタッチメントの作成や修正に使用する、エディタを含むパネルが作成されます。

戻り値

stringパネル名

戻り値の型は照会モードでは照会フラグが基になります。

関連項目

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

MEL 例

// This example creates a new device panel in its own window
string $window = `window`;
paneLayout;
devicePanel;
showWindow $window;