Translations:Develop an simple input method/36/zh-cn

From Fcitx
Revision as of 03:30, 19 April 2023 by Matrikslee (talk | contribs) (Created page with "class QuweiEngine : public fcitx::InputMethodEngineV2 { void keyEvent(const fcitx::InputMethodEntry & entry, fcitx::KeyEvent & keyEvent) override; };")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

class QuweiEngine : public fcitx::InputMethodEngineV2 {

   void keyEvent(const fcitx::InputMethodEntry & entry, fcitx::KeyEvent & keyEvent) override;

};