SetJoypadInputToKeyInput

ジョイパッドの入力に対応したキーボードの入力を設定する

version(!DX_NON_INPUT)
nothrow @nogc extern (C++, DxLib) extern
int
SetJoypadInputToKeyInput
(,,,
int KeyInput2 = -1
,
int KeyInput3 = -1
,
int KeyInput4 = -1
)

Parameters

InputType int

設定を変更するパッドの識別子(DX_INPUT_PAD1等)

PadInput int

設定を変更するパッドボタンの識別子(PAD_INPUT_1等)

KeyInput1 int

PadInputを押下したことにするキーコード(KEY_INPUT_Aなど)その1

KeyInput2 int

その2、-1で設定なし

KeyInput3 int

その3、-1で設定なし

KeyInput4 int

その4、-1で設定なし

Meta