aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/gui/InputMethod.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/osx/gui/InputMethod.hpp')
-rw-r--r--include/cru/osx/gui/InputMethod.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/osx/gui/InputMethod.hpp b/include/cru/osx/gui/InputMethod.hpp
index 6528ce57..aa013338 100644
--- a/include/cru/osx/gui/InputMethod.hpp
+++ b/include/cru/osx/gui/InputMethod.hpp
@@ -46,6 +46,8 @@ class OsxInputMethodContext : public OsxGuiResource,
IEvent<StringView>* TextEvent() override;
+ bool IsEnabled();
+
private:
std::unique_ptr<details::OsxInputMethodContextPrivate> p_;
};