MCPcopy Create free account
hub / github.com/ddnet/ddnet / HasComposition

Method HasComposition

src/engine/client/input.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 void EnsureScreenKeyboardShown() override;
153 const char *GetComposition() const override { return m_CompositionString.c_str(); }
154 bool HasComposition() const override { return !m_CompositionString.empty(); }
155 int GetCompositionCursor() const override { return m_CompositionCursor; }
156 int GetCompositionLength() const override { return m_CompositionString.length(); }
157 const char *GetCandidate(int Index) const override { return m_vCandidates[Index].c_str(); }

Callers 4

RenderMethod · 0.80
RenderCandidatesMethod · 0.80
DoEditBoxMethod · 0.80
InputStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected