MCPcopy Create free account
hub / github.com/DFHack/dfhack / setClipboardTextCp437

Method setClipboardTextCp437

library/modules/DFSDL.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283DFHACK_EXPORT bool DFHack::setClipboardTextCp437(string text) {
284 if (!g_sdl_handle)
285 return false;
286 return 0 == DFHack::DFSDL::DFSDL_SetClipboardText(DF2UTF(text).c_str());
287}
288
289DFHACK_EXPORT bool DFHack::setClipboardTextCp437Multiline(string text) {
290 if (!g_sdl_handle)

Callers

nothing calls this directly

Calls 2

DF2UTFFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected