Exemple #1
0
 private static void SetClipboardText(IntPtr userData, string text)
 {
     // text always seems to have an extra newline, but I'll leave it for now
     Sdl2Native.SDL_SetClipboardText(text);
 }