Revert "add experimental WH_GETMESSAGE hook"
This reverts commit dcc76a154d
.
This commit is contained in:
parent
c13aece3f6
commit
5af1d683d8
6 changed files with 264 additions and 179 deletions
|
@ -1,12 +1,9 @@
|
|||
#ifndef MOUSE_H
|
||||
#define MOUSE_H
|
||||
|
||||
void mouse_hook_init();
|
||||
void mouse_hook_exit();
|
||||
void mouse_lock();
|
||||
void mouse_unlock();
|
||||
LRESULT CALLBACK mouse_gm_hook_proc(int code, WPARAM wParam, LPARAM lParam);
|
||||
LRESULT CALLBACK mouse_hook_proc(int code, WPARAM wParam, LPARAM lParam);
|
||||
LRESULT CALLBACK mouse_hook_proc(int Code, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
extern BOOL g_mouse_locked;
|
||||
extern HHOOK g_mouse_hook;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue