SetJoypadDeadZone

ジョイパッドの無効ゾーンの設定を行う(InputType:設定を変更するパッドの識別子(DX_INPUT_PAD1等) Zone:新しい無効ゾーン(0.0~1.0)、デフォルト値は0.35)

version(!DX_NON_INPUT)
nothrow @nogc extern (C++, DxLib) extern
int
SetJoypadDeadZone
(,
double Zone
)

Parameters

InputType int

?

Zone double

?

Meta