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

Method GetCandidateCount

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

Source from the content-addressed store, hash-verified

156 int GetCompositionLength() const override { return m_CompositionString.length(); }
157 const char *GetCandidate(int Index) const override { return m_vCandidates[Index].c_str(); }
158 int GetCandidateCount() const override { return m_vCandidates.size(); }
159 int GetCandidateSelectedIndex() const override { return m_CandidateSelectedIndex; }
160 void SetCompositionWindowPosition(float X, float Y, float H) override;
161

Callers 2

RenderCandidatesMethod · 0.80
DoEditBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected