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

Method Input

src/game/client/ui.cpp:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102IClient *CUIElementBase::Client() const { return ms_pUi->Client(); }
103IGraphics *CUIElementBase::Graphics() const { return ms_pUi->Graphics(); }
104IInput *CUIElementBase::Input() const { return ms_pUi->Input(); }
105ITextRender *CUIElementBase::TextRender() const { return ms_pUi->TextRender(); }
106
107void CUi::Init(IKernel *pKernel)

Callers 2

OnInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected