diff options
author | crupest <crupest@outlook.com> | 2018-11-05 23:25:57 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-05 23:25:57 +0800 |
commit | fb1b16cd0ab189d61efe6237b2c2b1f7f72f90de (patch) | |
tree | e537823b914b407dc9ce5b5a69f91dc93d834426 /src/ui/cursor.cpp | |
parent | a908cff41ce987f4adc597f9e5ad4105e56e6ff4 (diff) | |
download | cru-fb1b16cd0ab189d61efe6237b2c2b1f7f72f90de.tar.gz cru-fb1b16cd0ab189d61efe6237b2c2b1f7f72f90de.tar.bz2 cru-fb1b16cd0ab189d61efe6237b2c2b1f7f72f90de.zip |
Develop cursor.
Diffstat (limited to 'src/ui/cursor.cpp')
-rw-r--r-- | src/ui/cursor.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ui/cursor.cpp b/src/ui/cursor.cpp index e0bd1814..e1f0e5ef 100644 --- a/src/ui/cursor.cpp +++ b/src/ui/cursor.cpp @@ -16,5 +16,10 @@ namespace cru::ui ::DestroyCursor(handle_); } - std::unordered_map<String, Cursor::Ptr> cursors; + namespace cursors + { + Cursor::Ptr arrow{}; + Cursor::Ptr hand{}; + Cursor::Ptr i_beam{}; + } } |