aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/gui/Cursor.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-10 14:42:36 +0800
committercrupest <crupest@outlook.com>2020-11-10 14:42:36 +0800
commit141fbebbe604eac53d12e7de11f999044e286cb6 (patch)
tree96163982b67d4bef1e4c40ac528bc62d43a26b0f /include/cru/platform/gui/Cursor.hpp
parentc5fe6fc72e9bca222e6d7b94fd47523089083fdd (diff)
downloadcru-141fbebbe604eac53d12e7de11f999044e286cb6.tar.gz
cru-141fbebbe604eac53d12e7de11f999044e286cb6.tar.bz2
cru-141fbebbe604eac53d12e7de11f999044e286cb6.zip
...
Diffstat (limited to 'include/cru/platform/gui/Cursor.hpp')
-rw-r--r--include/cru/platform/gui/Cursor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/platform/gui/Cursor.hpp b/include/cru/platform/gui/Cursor.hpp
index 3f1679e4..316496a0 100644
--- a/include/cru/platform/gui/Cursor.hpp
+++ b/include/cru/platform/gui/Cursor.hpp
@@ -4,6 +4,8 @@
#include <memory>
namespace cru::platform::gui {
+enum class SystemCursorType { Arrow, Hand, IBeam };
+
struct ICursor : virtual INativeResource {};
struct ICursorManager : virtual INativeResource {