Is there any way to get the location that touch pad is touched?
also I need capture module that is able to return such 2D points array map that reports states of touchpad po
If its a windows app, handle the WM_MOUSEMOVE message , the hiword and loword of the lparam is the x and y coordinates respectively , in reference to client area coordinates.