Searched refs:nowTouch (Results 1 – 1 of 1) sorted by relevance
105 bool nowTouch = m_touchStatus.touch; in Update() local137 if (!prevTouch && nowTouch && m_activeId == CONTROL_ID_UNUSED) in Update()148 if (prevTouch && nowTouch && m_activeId == (*it)->GetId()) in Update()172 if (nowTouch) in Update()213 if (nowTouch) in Update()220 m_touchStatusOld.touch = nowTouch; in Update()