Searched refs:threshold (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.8-20130828/include/nn/hid/CTR/ |
| D | hid_ExtraPadReader.h | 220 void SetNormalizeStickScaleSettings( f32 scale, s16 threshold ); 229 void GetNormalizeStickScaleSettings( f32* scale, s16* threshold ) const; 325 void SetNormalizeExtraStickScaleSettings( f32 scale, s16 threshold ); 334 void GetNormalizeExtraStickScaleSettings( f32* scale, s16* threshold ) const; 394 inline void ExtraPadReader::SetNormalizeExtraStickScaleSettings(f32 scale, s16 threshold) in SetNormalizeExtraStickScaleSettings() argument 396 m_ExtraStickClamper.SetNormalizeStickScaleSettings(scale,threshold); in SetNormalizeExtraStickScaleSettings() 399 inline void ExtraPadReader::GetNormalizeExtraStickScaleSettings(f32* scale, s16* threshold) const in GetNormalizeExtraStickScaleSettings() argument 401 m_ExtraStickClamper.GetNormalizeStickScaleSettings(scale,threshold); in GetNormalizeExtraStickScaleSettings()
|
| D | hid_PadReader.h | 213 void SetNormalizeStickScaleSettings( f32 scale, s16 threshold ); 222 void GetNormalizeStickScaleSettings( f32* scale, s16* threshold ) const;
|
| D | hid_AnalogStickClamper.h | 69 void SetNormalizeStickScaleSettings( f32 scale, s16 threshold ); 70 void GetNormalizeStickScaleSettings( f32* scale, s16* threshold ) const;
|