Revert "add experimental WH_GETMESSAGE hook"

This reverts commit dcc76a154d.
This commit is contained in:
FunkyFr3sh 2024-09-10 15:42:14 +02:00
parent c13aece3f6
commit 5af1d683d8
6 changed files with 264 additions and 179 deletions

View file

@ -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;