aboutsummaryrefslogtreecommitdiff
path: root/src/osx/gui/InputMethodPrivate.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-21 22:26:40 +0800
committercrupest <crupest@outlook.com>2021-10-21 22:26:40 +0800
commit0164c6ff9a736f35e50e24361ee63b19556b8885 (patch)
tree208694c0cc495b2778346edc2ef37096e205ca84 /src/osx/gui/InputMethodPrivate.h
parente998a88b5ad6cc260836b3374e882e2ef67d5d35 (diff)
downloadcru-0164c6ff9a736f35e50e24361ee63b19556b8885.tar.gz
cru-0164c6ff9a736f35e50e24361ee63b19556b8885.tar.bz2
cru-0164c6ff9a736f35e50e24361ee63b19556b8885.zip
...
Diffstat (limited to 'src/osx/gui/InputMethodPrivate.h')
-rw-r--r--src/osx/gui/InputMethodPrivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osx/gui/InputMethodPrivate.h b/src/osx/gui/InputMethodPrivate.h
index d2fccb43..b0d7e4f8 100644
--- a/src/osx/gui/InputMethodPrivate.h
+++ b/src/osx/gui/InputMethodPrivate.h
@@ -57,6 +57,8 @@ class OsxInputMethodContextPrivate {
Event<std::nullptr_t> composition_event_;
Event<std::nullptr_t> composition_end_event_;
Event<StringView> text_event_;
+
+ bool is_enabled_ = false;
};
} // namespace details
} // namespace cru::platform::gui::osx