API得到鼠标坐标 我想想
int GetMouseMovePoints(UINT cbSize,LPMOUSEMOVEPOlNT lppt,LPMOUSEMOVEPOINT IpptBuf,int,nBufPoints,DWORD resolution);
鼠标操作的API有以下几个
你一个个试试看吧
BOOL DragDetect(HWND hwnd,POINT pt);
hwnd:接受鼠标输入的窗口的句柄。
pt:鼠标在屏幕坐标下的初始位置,此函数根据这个点来确定拖动矩形的坐标。
HWND GetCapture(VOID)
UINT GetDoubleClickTime(VOID)
VOID mouse_event(DWORD dwFlags,DWORD dx,DWORD dwFlags,OWORD dx,DWORD dy, DWORD dwData, DWORD dwExtralnfo);
BOOL ReleaseCapture(VOlD)
HWND SetCapture(HWND hwnd);
BOOL SetDoubleCIckTime(UINT ulnterval);
BOOL SwapMouseButton(BOOL fSwap);
BOOL TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack);
直接使用API编程太麻烦了 没研究过 不好意思