add better forground window detection and always enable new GetKeyState hooks
This commit is contained in:
parent
c8d4cd997e
commit
f57055fd8c
3 changed files with 12 additions and 6 deletions
|
@ -8,6 +8,7 @@
|
|||
HMODULE WINAPI util_enumerate_modules(_In_opt_ HMODULE hModuleLast);
|
||||
BOOL util_is_bad_read_ptr(void* p);
|
||||
BOOL util_is_minimized(HWND hwnd);
|
||||
BOOL util_in_foreground();
|
||||
BOOL util_is_avx_supported();
|
||||
void util_limit_game_ticks();
|
||||
void util_update_bnet_pos(int newX, int newY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue