LookingGlass/host
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
..
cmake [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00
include/interface [host] app: allow the capture interface to select async or sync mode 2021-07-12 16:57:22 +10:00
platform [host] windows: do not callback from the mouse hook context 2021-07-17 14:03:52 +10:00
src [host] app: fix infinate loop introduced in the last commit 2021-07-12 17:35:16 +10:00
.gitignore [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00
CMakeLists.txt [host] install cmake target 2021-07-03 03:30:53 +10:00
toolchain-mingw64.cmake [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00