From 0164c6ff9a736f35e50e24361ee63b19556b8885 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 21 Oct 2021 22:26:40 +0800 Subject: ... --- include/cru/osx/gui/InputMethod.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cru/osx/gui/InputMethod.hpp') 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* TextEvent() override; + bool IsEnabled(); + private: std::unique_ptr p_; }; -- cgit v1.2.3