ボタングループの情報を定義する構造体です。
type PSLAGroup = ^TSLAGroup; TSLAGroup = packed record PadID: Integer; GroupIndex: Integer; Name: array[0..1023] of Char; ButtonCount: Integer; end;
PadID | 所属するパッドの ID |
---|---|
GroupIndex | 所属するパッドでのインデックス |
Name | ボタングループ名 |
ButtonCount | ボタンの数 |