Translations:Develop an simple input method/36/en

From Fcitx
Revision as of 03:11, 19 April 2023 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(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;

};