├── .gitignore ├── DWMCapture.cpp ├── DWMCapture.h ├── DWMCaptureSource.cpp ├── DWMCaptureSource.h └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notr1ch/DWMCapture/HEAD/.gitignore -------------------------------------------------------------------------------- /DWMCapture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notr1ch/DWMCapture/HEAD/DWMCapture.cpp -------------------------------------------------------------------------------- /DWMCapture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notr1ch/DWMCapture/HEAD/DWMCapture.h -------------------------------------------------------------------------------- /DWMCaptureSource.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notr1ch/DWMCapture/HEAD/DWMCaptureSource.cpp -------------------------------------------------------------------------------- /DWMCaptureSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notr1ch/DWMCapture/HEAD/DWMCaptureSource.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notr1ch/DWMCapture/HEAD/README.md --------------------------------------------------------------------------------