Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/sources/
Dmain.cpp312 static u16 touchPanelY = 0; in SendTouchPanelMassage() local
318 …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()
/NW4C-1.2.23/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp359 static u16 touchPanelY = 0; in UpdateParticleApplicationDemo() local
365 …if ( ( touchPanelX == 0 && touchPanelStatus.x != 0 ) || ( touchPanelY == 0 && touchPanelStatus.y !… in UpdateParticleApplicationDemo()
402 touchPanelY = touchPanelStatus.y; in UpdateParticleApplicationDemo()