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

Method Init

src/game/client/components/touch_controls.cpp:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void CTouchControls::CTouchButtonBehavior::Init(CTouchButton *pTouchButton)
365{
366 m_pTouchButton = pTouchButton;
367 m_pTouchControls = pTouchButton->m_pTouchControls;
368}
369
370void CTouchControls::CTouchButtonBehavior::Reset()
371{

Callers 2

UpdatePointersMethod · 0.45
BuildPositionXYMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected