Difference between revisions of "Translations:Develop an simple input method/36/zh-cn"

From Fcitx
Jump to navigation Jump to search
(Created page with "class QuweiEngine : public fcitx::InputMethodEngineV2 { void keyEvent(const fcitx::InputMethodEntry & entry, fcitx::KeyEvent & keyEvent) override; };")
 
(No difference)

Latest revision as of 03:30, 19 April 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Develop an simple input method)
class QuweiEngine : public fcitx::InputMethodEngineV2 {
   void keyEvent(const fcitx::InputMethodEntry & entry, fcitx::KeyEvent & keyEvent) override;
};
Translationclass QuweiEngine : public fcitx::InputMethodEngineV2 {
   void keyEvent(const fcitx::InputMethodEntry & entry, fcitx::KeyEvent & keyEvent) override;
};

class QuweiEngine : public fcitx::InputMethodEngineV2 {

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

};