Add mouse cursor handling

This commit is contained in:
elasota
2019-12-22 00:35:30 -05:00
parent 8354d13a84
commit eed82e2960
32 changed files with 835 additions and 72 deletions

View File

@@ -12,6 +12,8 @@
#pragma warning(error:4311) // Pointer truncation to int
#endif
struct IGpColorCursor;
namespace PortabilityLayer
{
struct MMHandleBlock;
@@ -92,6 +94,7 @@ struct Cursor
struct CCursor
{
IGpColorCursor *hwCursor;
};
struct Window