Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Pad.cpp130 Pad::IsButtonRepeat( Button button ) const in IsButtonRepeat() function in nw::demo::Pad
132 return m_PadButton.IsButtonRepeat( button ); in IsButtonRepeat()
/NW4C-2.0.3/include/nw/demo/
Ddemo_PadButton.h62 bool IsButtonRepeat( u32 buttonBit ) const { return ( m_ButtonRepeat & buttonBit ) != 0; } in IsButtonRepeat() function
Ddemo_Pad.h115 bool IsButtonRepeat( Button button ) const;