Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiControlManager.cpp24 m_touchStatusOld.x = 0; in ControlManager()
25 m_touchStatusOld.y = 0; in ControlManager()
26 m_touchStatusOld.touch = false; in ControlManager()
107 u16 prevX = m_touchStatusOld.x; in Update()
108 u16 prevY = m_touchStatusOld.y; in Update()
109 bool prevTouch = m_touchStatusOld.touch; in Update()
216 m_touchStatusOld.x = nowX; in Update()
217 m_touchStatusOld.y = nowY; in Update()
220 m_touchStatusOld.touch = nowTouch; in Update()
/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiControlManager.h115 nn::hid::TouchPanelStatus m_touchStatusOld; variable