Searched defs:ptLast (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents.c312 static BOOL GetLastStylusPos(POINT* ptLast) argument
316 GetMouseMovePoints(ptLast, 1, &nRet);
318 ptLast->x /= 4;
319 ptLast->y /= 4;

Completed in 168 milliseconds