MCPcopy 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
335void CInput::SetClipboardText(const char *pText)
336{
337 SDL_SetClipboardText(pText);
338}
339
340void CInput::StartTextInput()
341{

Callers 7

ProcessInputMethod · 0.80
OnRenderMethod · 0.80
RenderServerInfoMethod · 0.80
DoColorPickerButtonMethod · 0.80
UpdateColorPipetteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected