Searched refs:IsButtonRepeatFast (Results 1 – 8 of 8) 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;
372 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()383 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
351 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()356 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()
657 if (nw::demo::PadFactory::GetPad()->IsButtonRepeatFast(nw::demo::Pad::BUTTON_L)) in ControlModels()670 else if (nw::demo::PadFactory::GetPad()->IsButtonRepeatFast(nw::demo::Pad::BUTTON_R)) in ControlModels()