diff options
Diffstat (limited to 'src/ui/window.cpp')
-rw-r--r-- | src/ui/window.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/window.cpp b/src/ui/window.cpp index 323a4307..947516e0 100644 --- a/src/ui/window.cpp +++ b/src/ui/window.cpp @@ -115,6 +115,11 @@ namespace cru }); } + StringView Window::GetControlType() const + { + return control_type; + } + void Window::Close() { if (IsWindowValid()) DestroyWindow(hwnd_); |