GetJoypadDeadZone

ジョイパッドの無効ゾーンの設定を取得する

version(!DX_NON_INPUT)
nothrow @nogc extern (C++, DxLib) extern
double
GetJoypadDeadZone
()

Parameters

InputType int

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

Return Value

Type: double

無効ゾーン(0.0~1.0)

Meta