nn::hid::CTR::PadReader::SetNormalizeStickScaleSettings Member Function
void SetNormalizeStickScaleSettings(
f32 scale,
s16 threshold
);
| Name | Description | |
|---|---|---|
| in | scale | Sensitivity adjustment parameter (default is 1.5). |
| in | threshold | Internal processing threshold (default is 141). |
Configures the NormalizeStickWithScale settings.
Behaves as if the movable range of the Circle Pad were multiplied by scale. When the Circle Pad value is less than threshold, the normalized value obtained by calling NormalizeStickWithScale is 1/scale. When the Circle Pad value is at least threshold, the normalized value obtained by calling NormalizeStickWithScale gradually approaches ±1.0. Specify a threshold value no greater than nn::hid::CTR::LIMIT_OF_STICK_CLAMP_MAX.
CONFIDENTIAL