Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ SetClipboardText
Method
SetClipboardText
src/engine/client/input.cpp:335–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
void CInput::SetClipboardText(const char *pText)
336
{
337
SDL_SetClipboardText(pText);
338
}
339
340
void CInput::StartTextInput()
341
{
Callers
7
ProcessInput
Method · 0.80
RenderServerbrowserInfo
Method · 0.80
SaveConfigurationToClipboard
Method · 0.80
OnRender
Method · 0.80
RenderServerInfo
Method · 0.80
DoColorPickerButton
Method · 0.80
UpdateColorPipette
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected