摘要: 键盘VK键值列表 /* Virtual Keys, Standard Set*/ VK_LBUTTON 0x01 VK_RBUTTON 0x02 VK_CANCEL 0x03 VK_MBUTTON 0x04 #define VK_LBUTTON 0x01 //鼠标左键 #define VK_RBUT 阅读全文
posted @ 2023-02-11 17:53 天子骄龙 阅读(782) 评论(0) 推荐(0)
摘要: POINT pos = {0,0}; CString strx; HWND hwnd; LRESULT CALLBACK MouseProc(int nCode, WPARAM wParam,LPARAM lParam) //参数1:当nCode=HC_ACTION时,wParam和lParam 包 阅读全文
posted @ 2023-02-11 09:08 天子骄龙 阅读(264) 评论(0) 推荐(1)