mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-30 13:00:16 +08:00
[feat] do not capture cursor
This commit is contained in:
@@ -89,6 +89,8 @@ int WgcSessionImpl::Start() {
|
||||
|
||||
capture_session_.StartCapture();
|
||||
|
||||
capture_session_.IsCursorCaptureEnabled(false);
|
||||
|
||||
error = 0;
|
||||
} catch (winrt::hresult_error) {
|
||||
std::cout << "AE_WGC_CREATE_CAPTURER_FAILED" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user