[host] Added cursor support to DXGI capture

This commit is contained in:
Geoffrey McRae
2017-11-04 00:14:30 +11:00
parent f90c258c34
commit 8fadf0a80c
2 changed files with 100 additions and 2 deletions

View File

@@ -54,5 +54,11 @@ namespace Capture
CComQIPtr<IDXGIOutput1> m_output;
CComPtr<IDXGIOutputDuplication> m_dup;
CComPtr<ID3D11Texture2D> m_texture;
BYTE * m_pointer;
UINT m_pointerBufSize;
UINT m_pointerSize;
DXGI_OUTDUPL_POINTER_SHAPE_INFO m_shapeInfo;
BOOL m_pointerVisible;
POINT m_pointerPos;
};
};