mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Add mouse cursor handling
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user