diff options
Diffstat (limited to 'src/osx/gui/InputMethodPrivate.h')
-rw-r--r-- | src/osx/gui/InputMethodPrivate.h | 2 |
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 |