Searched refs:nowY (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | GuiControlManager.cpp | 104 u16 nowY = m_touchStatus.y; in Update() local 134 if (nowX >= x && nowX <= x + width && nowY >= y && nowY <= y + height) in Update() 144 m_pCallback(CONTROL_EVENT_PENDOWN, *it, nowX - x, nowY - y, m_pParam); in Update() 154 m_pCallback(CONTROL_EVENT_SLIDE, *it, nowX - x, nowY - y, m_pParam); in Update() 161 m_pCallback(CONTROL_EVENT_CHANGE_STATE, *it, nowX - x, nowY - y, m_pParam); in Update() 178 m_pCallback(CONTROL_EVENT_SLIDE, *it, nowX - x, nowY - y, m_pParam); in Update() 187 m_pCallback(CONTROL_EVENT_PENUP, *it, nowX - x, nowY - y, m_pParam); in Update() 197 m_pCallback(CONTROL_EVENT_TOUCH, *it, nowX - x, nowY - y, m_pParam); in Update() 207 m_pCallback(CONTROL_EVENT_CHANGE_STATE, *it, nowX - x, nowY - y, m_pParam); in Update() 217 m_touchStatusOld.y = nowY; in Update()
|