This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
Reverse
/
repos_assist
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Nenhuma descrição
4
Commits
1
Branches
0
Versões
Tree:
a84a02bd01
Branches
Tags
master
repos_assist
HTTP
SSH
ZIP
TAR.GZ
Jeff
a84a02bd01
说明。
5 anos atrás
.gitignore
73ed0b63f6
Initial commit
5 anos atrás
README.md
a84a02bd01
说明。
5 anos atrás
README.md
游戏辅助工具
一、SendMessage/PostMessage 实现鼠标操作
移动鼠标:SendMessage(hwnd, WM_MOUSEMOVE, MK_LBUTTON, MAKELPARAM(x, y));
单击鼠标: -- SendMessage(hwnd, WM_LBUTTONDOWN, MK_LBUTTON, MAKELPARAM(x, y)) -- SendMessage(hwnd, WM_LBUTTONUP, MK_LBUTTON, MAKELPARAM(x, y)); -- 注意:鼠标单击事件时,游戏窗口必须顶层