Explorar el Código

Return value in GetClipboardText()

pull/775/head
Ray hace 5 años
padre
commit
50da9f623e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/core.c

+ 2
- 0
src/core.c Ver fichero

@ -990,6 +990,8 @@ const char *GetClipboardText(void)
{
#if defined(PLATFORM_DESKTOP)
return glfwGetClipboardString(window);
#else
return NULL;
#endif
}

Cargando…
Cancelar
Guardar