aboutsummaryrefslogtreecommitdiff
path: root/src/ui/window.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-23 23:52:07 +0800
committercrupest <crupest@outlook.com>2019-03-23 23:52:07 +0800
commite8be3841457853daefc26d0ca00256ad8c44f593 (patch)
tree66d9204423c3887ebc7d781d13d815ae0443d620 /src/ui/window.hpp
parent2ecfdaa20d8436948e4a73da73d6a11b78e88371 (diff)
downloadcru-e8be3841457853daefc26d0ca00256ad8c44f593.tar.gz
cru-e8be3841457853daefc26d0ca00256ad8c44f593.tar.bz2
cru-e8be3841457853daefc26d0ca00256ad8c44f593.zip
...
Diffstat (limited to 'src/ui/window.hpp')
-rw-r--r--src/ui/window.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui/window.hpp b/src/ui/window.hpp
index 3e0422b1..1c48bf43 100644
--- a/src/ui/window.hpp
+++ b/src/ui/window.hpp
@@ -1,12 +1,13 @@
#pragma once
#include "pre.hpp"
+#include <Windows.h>
#include <map>
#include <memory>
-#include "system_headers.hpp"
#include "content_control.hpp"
#include "events/ui_event.hpp"
+#include "events/window_event.hpp"
#include "window_class.hpp"
namespace cru::graph {
@@ -164,9 +165,6 @@ class Window final : public ContentControl {
Control* CaptureMouseFor(Control* control);
Control* ReleaseCurrentMouseCapture();
- //*************** region: cursor ***************
- void UpdateCursor();
-
public:
//*************** region: events ***************
Event<events::UiEventArgs> activated_event;