Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiControlManager.cpp100 m_touchReader.ReadLatest(&m_touchStatus); in Update()
103 u16 nowX = m_touchStatus.x; in Update()
104 u16 nowY = m_touchStatus.y; in Update()
105 bool nowTouch = m_touchStatus.touch; in Update()
/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiControlManager.h114 nn::hid::TouchPanelStatus m_touchStatus; variable