const int WH_MOUSE_LL = 14; const uint WM_MOUSEMOVE = 0x200; const uint WM_LBUTTONDOWN = 0x201; const uint WM_LBUTTONUP = 0x202;
確定! 回上一頁