Searched refs:IsButtonRepeatFast (Results 1 – 7 of 7) sorted by relevance
289 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()298 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()311 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()320 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()
135 Pad::IsButtonRepeatFast( Button button ) const in IsButtonRepeatFast() function in nw::demo::Pad137 return m_PadButton.IsButtonRepeatFast( button ); in IsButtonRepeatFast()
61 … bool IsButtonRepeatFast( u32 buttonBit ) const { return ( m_ButtonRepeatFast & buttonBit ) != 0; } in IsButtonRepeatFast() function
122 bool IsButtonRepeatFast( Button button ) const;
349 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()354 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_L ) ) in OnUpdatePad()
375 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()380 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_L ) ) in OnUpdatePad()
665 if (nw::demo::PadFactory::GetPad()->IsButtonRepeatFast(nw::demo::Pad::BUTTON_L)) in ControlModels()678 else if (nw::demo::PadFactory::GetPad()->IsButtonRepeatFast(nw::demo::Pad::BUTTON_R)) in ControlModels()