Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/mpdldemo/src/
Dmpdlntr2rvl.c523 int dsPointX, dsPointY; in DoPadSharing() local
543 dsPointY = (pointY * 192 / viHeight); in DoPadSharing()
546 if ( dsPointY < 0 ) dsPointY = 0; in DoPadSharing()
547 if ( 191 < dsPointY ) dsPointY = 191; in DoPadSharing()
550 sendData.touchPanel_y = (u8)dsPointY; in DoPadSharing()