[AOT] Low level keyboard hook (#18643)

* low level keyboard hook for always on top

* fix for message loop

* fix spellcheck

* refactoring and cleanup

* spellcheck
This commit is contained in:
Davide Giacometti
2022-06-23 16:29:53 +02:00
committed by GitHub
parent 2159e2722e
commit 301f26aca1
7 changed files with 221 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ int WINAPI wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance,
Trace::RegisterProvider();
AlwaysOnTop app;
AlwaysOnTop app(!pid.empty());
run_message_loop();