LookingGlass/host/platform/Windows
Geoffrey McRae d615514799 [host] windows: do not callback from the mouse hook context
The windows hook WH_MOUSE_LL is called in such a way that any delay in
processing causes a system wide stall. This change spawns an extra
thread which waits on an event set by the hook which is then used to
call the callback with an artifical limit of 1000Hz.
2021-07-17 14:03:52 +10:00
..
capture [host] dxgi: print out the adapter details earlier 2021-07-12 19:28:13 +10:00
include/windows [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
src [host] windows: do not callback from the mouse hook context 2021-07-17 14:03:52 +10:00
app.manifest [host] set the program name/description in the app.manifest 2020-10-19 01:56:03 +11:00
CMakeLists.txt Revert "[host] avoid manual windres command" 2021-07-04 19:30:06 +10:00
installer.nsi [host] installer: create start menu shortcut to log directory 2021-01-29 15:56:01 +11:00
resource.rc [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00