diff --git a/host/platform/Windows/capture/NVFBC/src/nvfbc.c b/host/platform/Windows/capture/NVFBC/src/nvfbc.c index bbcedea6..62c635a5 100644 --- a/host/platform/Windows/capture/NVFBC/src/nvfbc.c +++ b/host/platform/Windows/capture/NVFBC/src/nvfbc.c @@ -351,6 +351,8 @@ static CaptureResult nvfbc_getFrame(FrameBuffer * frame) static int pointerThread(void * unused) { + lgSignalEvent(this->cursorEvents[1]); + while(!this->stop) { LGEvent * events[2];