mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Add mouse cursor handling
This commit is contained in:
12
GpCommon/EGpStandardCursor.h
Normal file
12
GpCommon/EGpStandardCursor.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace EGpStandardCursors
|
||||
{
|
||||
enum EGpStandardCursor
|
||||
{
|
||||
kArrow,
|
||||
kHidden,
|
||||
};
|
||||
}
|
||||
|
||||
typedef EGpStandardCursors::EGpStandardCursor EGpStandardCursor_t;
|
||||
Reference in New Issue
Block a user