Searched refs:touchPanelY (Results 1 – 2 of 2) sorted by relevance
312 static u16 touchPanelY = 0; in SendTouchPanelMassage() local318 …if ( ( touchPanelX == 0 && touchPanelStatus.GetX() != 0 ) || ( touchPanelY == 0 && touchPanelStatu… in SendTouchPanelMassage()324 …if ( ( touchPanelX != 0 && touchPanelStatus.GetX() == 0 ) || ( touchPanelY != 0 && touchPanelStatu… in SendTouchPanelMassage()330 if ( ( touchPanelX != touchPanelStatus.GetX() ) || ( touchPanelY != touchPanelStatus.GetY() ) ) in SendTouchPanelMassage()341 touchPanelY = touchPanelStatus.GetY(); in SendTouchPanelMassage()
359 static u16 touchPanelY = 0; in UpdateParticleApplicationDemo() local365 …if ( ( touchPanelX == 0 && touchPanelStatus.x != 0 ) || ( touchPanelY == 0 && touchPanelStatus.y !… in UpdateParticleApplicationDemo()402 touchPanelY = touchPanelStatus.y; in UpdateParticleApplicationDemo()