fonction de hook pour ecouter les jeyboard est trouve

This commit is contained in:
H3XploR
2026-03-27 21:41:34 +01:00
parent 10b2f922d3
commit ed3615b987
+3 -1
View File
@@ -10,6 +10,8 @@
*/ */
int main(void){ int main(void){
BOOL is_running = 1; BOOL is_running = 1;
HWND hdWindowForeground = GetForegroundWindow(); HWND hdWindowForeground = GetFocus();
HHOOK HookFgWind = SetWindowsHookExA(WH_KEYBOARD_LL,
return 0; return 0;
} }