aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/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/win/gui/Cursor.hpp
parentc5fe6fc72e9bca222e6d7b94fd47523089083fdd (diff)
downloadcru-141fbebbe604eac53d12e7de11f999044e286cb6.tar.gz
cru-141fbebbe604eac53d12e7de11f999044e286cb6.tar.bz2
cru-141fbebbe604eac53d12e7de11f999044e286cb6.zip
...
Diffstat (limited to 'include/cru/win/gui/Cursor.hpp')
-rw-r--r--include/cru/win/gui/Cursor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/win/gui/Cursor.hpp b/include/cru/win/gui/Cursor.hpp
index cd13ded7..e7c76879 100644
--- a/include/cru/win/gui/Cursor.hpp
+++ b/include/cru/win/gui/Cursor.hpp
@@ -45,5 +45,6 @@ class WinCursorManager : public WinNativeResource,
private:
std::shared_ptr<WinCursor> sys_arrow_;
std::shared_ptr<WinCursor> sys_hand_;
+ std::shared_ptr<WinCursor> sys_ibeam_;
};
} // namespace cru::platform::gui::win