Searched refs:IsButtonRepeatFast (Results 1 – 8 of 8) sorted by relevance
291 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()300 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()313 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()322 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()
137 Pad::IsButtonRepeatFast( Button button ) const in IsButtonRepeatFast() function in nw::demo::Pad139 return m_PadButton.IsButtonRepeatFast( button ); in IsButtonRepeatFast()
63 … bool IsButtonRepeatFast( u32 buttonBit ) const { return ( m_ButtonRepeatFast & buttonBit ) != 0; } in IsButtonRepeatFast() function
124 bool IsButtonRepeatFast( Button button ) const;
374 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()385 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
353 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()358 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_L ) ) in OnUpdatePad()
377 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()382 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_L ) ) in OnUpdatePad()
659 if (nw::demo::PadFactory::GetPad()->IsButtonRepeatFast(nw::demo::Pad::BUTTON_L)) in ControlModels()672 else if (nw::demo::PadFactory::GetPad()->IsButtonRepeatFast(nw::demo::Pad::BUTTON_R)) in ControlModels()