Merge pull request #6214 from Josh8011/master

user32.odin add UnhookWinEvent
This commit is contained in:
gingerBill
2026-02-02 11:37:43 +00:00
committed by GitHub

View File

@@ -25,6 +25,7 @@ foreign user32 {
idProcess, idThread: DWORD,
dwFlags: WinEventFlags,
) -> HWINEVENTHOOK ---
UnhookWinEvent :: proc(winEventHook: HWINEVENTHOOK) -> BOOL ---
IsChild :: proc(hWndParent, hWnd: HWND) -> BOOL ---