Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ ClearTouchDeltas
Method
ClearTouchDeltas
src/engine/client/input.cpp:319–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
void CInput::ClearTouchDeltas()
320
{
321
for(CTouchFingerState &TouchFingerState : m_vTouchFingerStates)
322
{
323
TouchFingerState.m_Delta = vec2(0.0f, 0.0f);
324
}
325
}
326
327
std::string CInput::GetClipboardText()
328
{
Callers
1
OnUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected