Exemplo n.º 1
0
 private static byte *GetClipboardTextCallback(void *userData)
 {
     return(GLFW.GetClipboardStringRaw((Window *)userData));
 }