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

Method Clear

src/engine/client/input.cpp:380–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380void CInput::Clear()
381{
382 std::fill(std::begin(m_aFrameKeyStates), std::end(m_aFrameKeyStates), false);
383 m_vInputEvents.clear();
384 ClearTouchDeltas();
385}
386
387float CInput::GetUpdateTime() const
388{

Callers 3

RunMethod · 0.45
UpdateAndSwapMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected