会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
90%
sqmw
The awakening is always delayed, there seems to be some fog
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2023年1月29日
win32 鼠标穿透
摘要: 鼠标穿透 https://juejin.cn/post/7008470158528217124
阅读全文
posted @ 2023-01-29 23:32 sqmw
阅读(34)
评论(0)
推荐(0)
编辑
win32 SetFocus SetActiveWindow SetCapture
摘要: SetFocus SetActiveWindow 被设置的对象需要为设置的孩子等 SetFocus SetFocus([in] HWND hWnd) // If the function succeeds, the return value is the handle to the window t
阅读全文
posted @ 2023-01-29 22:31 sqmw
阅读(111)
评论(0)
推荐(0)
编辑
win32 SendInput
摘要: SendInput 代替了 mouse_event 以及 keybd_event prototype UINT WINAPI SendInput( _In_ UINT nInputs, _In_ LPINPUT pInputs, _In_ int cbSize // 表示的是input的size,可
阅读全文
posted @ 2023-01-29 22:25 sqmw
阅读(127)
评论(0)
推荐(0)
编辑
win32 MouseHook
摘要: // MOUSE 借助 GetMessage和PeekMessage实现 #define _WIN32_WINNT 0x0400 // #pragma comment( lib, "user32.lib" ) #include <windows.h> #include <stdio.h> HHOOK
阅读全文
posted @ 2023-01-29 11:23 sqmw
阅读(23)
评论(0)
推荐(0)
编辑
公告