Home
last modified time | relevance | path

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

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