mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Add mouse cursor handling
This commit is contained in:
6
GpCommon/IGpColorCursor.h
Normal file
6
GpCommon/IGpColorCursor.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
struct IGpColorCursor
|
||||
{
|
||||
virtual void Destroy() = 0;
|
||||
};
|
Reference in New Issue
Block a user