Searched refs:touchPanelY (Results 1 – 2 of 2) sorted by relevance
309 static u16 touchPanelY = 0; in SendTouchPanelMassage() local315 …if ( ( touchPanelX == 0 && touchPanelStatus.GetX() != 0 ) || ( touchPanelY == 0 && touchPanelStatu… in SendTouchPanelMassage()321 …if ( ( touchPanelX != 0 && touchPanelStatus.GetX() == 0 ) || ( touchPanelY != 0 && touchPanelStatu… in SendTouchPanelMassage()327 if ( ( touchPanelX != touchPanelStatus.GetX() ) || ( touchPanelY != touchPanelStatus.GetY() ) ) in SendTouchPanelMassage()338 touchPanelY = touchPanelStatus.GetY(); in SendTouchPanelMassage()
368 static u16 touchPanelY = 0; in UpdateParticleApplicationDemo() local374 …if ( ( touchPanelX == 0 && touchPanelStatus.x != 0 ) || ( touchPanelY == 0 && touchPanelStatus.y !… in UpdateParticleApplicationDemo()411 touchPanelY = touchPanelStatus.y; in UpdateParticleApplicationDemo()