Searched refs:prevY (Results 1 – 1 of 1) sorted by relevance
108 u16 prevY = m_touchStatusOld.y; in Update() local169 bool isIn = (prevX >= x && prevX <= x + width && prevY >= y && prevY <= y + height); in Update()