You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
OnApplicationWindowChange never fires, because ShellHook ignores all windows without WS_SYSMENU.
I think the logic in ShellHook.IsAppWindow deserves some explanation overall. For example, there's a check for IsWindowVisible, but it never tracks if window becomes visible after creation.
Perhaps, library user should be able to filter windows on their own.
The text was updated successfully, but these errors were encountered:
lostmsu
changed the title
Launching of some games (Dota 2) is not tracked by ApplicationWatcher due to lack of WS_SYSMENU
Launching some games (Dota 2) is not tracked by ApplicationWatcher due to lack of WS_SYSMENU
Aug 6, 2018
Subj.
OnApplicationWindowChange never fires, because ShellHook ignores all windows without WS_SYSMENU.
I think the logic in ShellHook.IsAppWindow deserves some explanation overall. For example, there's a check for IsWindowVisible, but it never tracks if window becomes visible after creation.
Perhaps, library user should be able to filter windows on their own.
The text was updated successfully, but these errors were encountered: