Versions in this module Expand all Collapse all v1 v1.0.0 Dec 27, 2022 Changes in this version + var ErrNoImageYet = errors.New("no image yet") + type OutputDuplicator struct + DrawPointer bool + func NewIDXGIOutputDuplication(device *d3d11.ID3D11Device, deviceCtx *d3d11.ID3D11DeviceContext, output uint) (*OutputDuplicator, error) + func (dup *OutputDuplicator) GetImage(img *image.RGBA, timeoutMs uint) error + func (dup *OutputDuplicator) Release() + func (dup *OutputDuplicator) ReleaseFrame() + func (dup *OutputDuplicator) Snapshot(timeoutMs uint) (unmapFn, *dxgi.DXGI_MAPPED_RECT, *dxgi.POINT, error) + type PointerInfo struct