Home
last modified time | relevance | path

Searched refs:m_ButtonRepeat (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_PadButton.cpp37 m_ButtonDown = m_ButtonUp = m_ButtonRepeat = m_ButtonRepeatFast = 0; in Update()
44 m_ButtonRepeat = m_ButtonDown; in Update()
59 m_ButtonRepeat |= mask; in Update()
85 m_ButtonRepeat = 0; in Reset()
98 m_ButtonRepeat = 0; in ClearTriggerFlag()
/NW4C-2.0.3/include/nw/demo/
Ddemo_PadButton.h62 bool IsButtonRepeat( u32 buttonBit ) const { return ( m_ButtonRepeat & buttonBit ) != 0; } in IsButtonRepeat()
69 u32 m_ButtonRepeat; variable