[host] Fixed the DXGIManager to capture the cursor properly.

Note: This class will be entirely re-written when I find some time,
it is very poorly implemented, full of assumptions and creates a new
texture for every single frame 🤦.
This commit is contained in:
Geoffrey McRae
2017-11-03 00:18:37 +11:00
parent 7d83af9410
commit ffd2fc1824
8 changed files with 856 additions and 13 deletions

5
vendor/DXGICapture/README vendored Normal file
View File

@@ -0,0 +1,5 @@
code in this directory is temporary and requires a re-write, it is horrible and
to be deprecated ASAP.
The reason for keeping a local copy is because I have fixed some stupid bugs
and implemented proper alpha blending for the cursor.