diff options
author | crupest <crupest@outlook.com> | 2021-10-21 18:42:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-21 18:42:58 +0800 |
commit | 411027e66401d363abb6217b59b2b695b856c917 (patch) | |
tree | 9bf75a1a5ad4da9428909e3582f9b9a9a8db03aa /src/osx/gui/InputMethodPrivate.h | |
parent | 72fc892792565ef39fcae6b7d2a19006dc3a3238 (diff) | |
download | cru-411027e66401d363abb6217b59b2b695b856c917.tar.gz cru-411027e66401d363abb6217b59b2b695b856c917.tar.bz2 cru-411027e66401d363abb6217b59b2b695b856c917.zip |
...
Diffstat (limited to 'src/osx/gui/InputMethodPrivate.h')
-rw-r--r-- | src/osx/gui/InputMethodPrivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osx/gui/InputMethodPrivate.h b/src/osx/gui/InputMethodPrivate.h index a4b61432..4b5478e1 100644 --- a/src/osx/gui/InputMethodPrivate.h +++ b/src/osx/gui/InputMethodPrivate.h @@ -37,6 +37,9 @@ class OsxInputMethodContextPrivate { void PerformSel(SEL sel); + void Activate(); + void Deactivate(); + private: OsxWindow* window_; |