Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/hid/CTR/
Dhid_ExtraPadReader.h220 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()
Dhid_PadReader.h213 void SetNormalizeStickScaleSettings( f32 scale, s16 threshold );
222 void GetNormalizeStickScaleSettings( f32* scale, s16* threshold ) const;
Dhid_AnalogStickClamper.h69 void SetNormalizeStickScaleSettings( f32 scale, s16 threshold );
70 void GetNormalizeStickScaleSettings( f32* scale, s16* threshold ) const;