Home
last modified time | relevance | path

Searched refs:inputMethodManagerV2_ (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/fcitx5/fcitx5-5.0.11/src/frontend/waylandim/
H A Dwaylandimserverv2.h45 auto *inputMethodManagerV2() { return inputMethodManagerV2_.get(); } in inputMethodManagerV2()
52 std::shared_ptr<wayland::ZwpInputMethodManagerV2> inputMethodManagerV2_; variable
H A Dwaylandimserverv2.cpp25 inputMethodManagerV2_(nullptr), display_(static_cast<wayland::Display *>( in WaylandIMServerV2()
35 inputMethodManagerV2_ = in WaylandIMServerV2()
50 inputMethodManagerV2_ = im; in WaylandIMServerV2()
75 if (inputMethodManagerV2_ && virtualKeyboardManagerV1_) { in init()