Searched refs:m_touchStatus (Results 1 – 2 of 2) sorted by relevance
100 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()
114 nn::hid::TouchPanelStatus m_touchStatus; variable