Home
last modified time | relevance | path

Searched defs:IsButtonRepeat (Results 1 – 2 of 2) sorted by relevance

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