add better forground window detection and always enable new GetKeyState hooks

This commit is contained in:
FunkyFr3sh 2024-03-20 21:31:05 +01:00
parent c8d4cd997e
commit f57055fd8c
3 changed files with 12 additions and 6 deletions

View file

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