aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/native/InputMethod.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-29 00:31:21 +0800
committercrupest <crupest@outlook.com>2020-06-29 00:31:21 +0800
commit5c3dae62b9218dbd2493ff6390db062013ca4bdc (patch)
tree3425a9efa118eaf89627e6903cecb50a3daedb1d /include/cru/win/native/InputMethod.hpp
parent6b5aff7b7e50fae15cb010b340099163725f664c (diff)
downloadcru-5c3dae62b9218dbd2493ff6390db062013ca4bdc.tar.gz
cru-5c3dae62b9218dbd2493ff6390db062013ca4bdc.tar.bz2
cru-5c3dae62b9218dbd2493ff6390db062013ca4bdc.zip
...
Diffstat (limited to 'include/cru/win/native/InputMethod.hpp')
-rw-r--r--include/cru/win/native/InputMethod.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/cru/win/native/InputMethod.hpp b/include/cru/win/native/InputMethod.hpp
index 0e9634aa..45422ace 100644
--- a/include/cru/win/native/InputMethod.hpp
+++ b/include/cru/win/native/InputMethod.hpp
@@ -5,13 +5,15 @@
#pragma once
#include "Resource.hpp"
-#include "cru/platform/native/InputMethod.hpp"
#include "WindowNativeMessageEventArgs.hpp"
+#include "cru/platform/native/InputMethod.hpp"
#include <imm.h>
namespace cru::platform::native::win {
class AutoHIMC : public Object {
+ CRU_DEFINE_CLASS_LOG_TAG("cru::platform::native::win::AutoHIMC")
+
public:
explicit AutoHIMC(HWND hwnd);
@@ -33,6 +35,8 @@ class AutoHIMC : public Object {
class WinInputMethodContext : public WinNativeResource,
public virtual IInputMethodContext {
+ CRU_DEFINE_CLASS_LOG_TAG("cru::platform::native::win::WinInputMethodContext")
+
public:
WinInputMethodContext(gsl::not_null<WinNativeWindow*> window);