change default value
This commit is contained in:
parent
6bd51b9e59
commit
f5e594b0ef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
BOOL g_hook_active;
|
BOOL g_hook_active;
|
||||||
int g_hook_method = 1;
|
int g_hook_method = 4;
|
||||||
|
|
||||||
GETCURSORPOSPROC real_GetCursorPos = GetCursorPos;
|
GETCURSORPOSPROC real_GetCursorPos = GetCursorPos;
|
||||||
CLIPCURSORPROC real_ClipCursor = ClipCursor;
|
CLIPCURSORPROC real_ClipCursor = ClipCursor;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue