mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] Added cursor support to DXGI capture
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user