MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Clipboard_SetText

Function Clipboard_SetText

src/Window_OS2.c:375–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void Clipboard_SetText(const cc_string* value) {
376
377 if (WinOpenClipbrd(habAnchor)) {
378 WinEmptyClipbrd(habAnchor);
379 WinSetClipbrdData(habAnchor, (ULONG) value->buffer, CF_TEXT, CFI_POINTER);
380 WinCloseClipbrd(habAnchor);
381 }
382}
383
384void Window_Show(void) {
385 WinShowWindow(hwndFrame, TRUE);

Callers 2

LInput_KeyDownFunction · 0.70
InputWidget_OtherKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected