Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
Dmain.cpp309 static u16 touchPanelY = 0; in SendTouchPanelMassage() local
315 …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()
/NW4C-2.0.3/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp368 static u16 touchPanelY = 0; in UpdateParticleApplicationDemo() local
374 …if ( ( touchPanelX == 0 && touchPanelStatus.x != 0 ) || ( touchPanelY == 0 && touchPanelStatus.y !… in UpdateParticleApplicationDemo()
411 touchPanelY = touchPanelStatus.y; in UpdateParticleApplicationDemo()