diff --git a/src/rcore_android.c b/src/rcore_android.c index 97a550a7b..eebdee714 100644 --- a/src/rcore_android.c +++ b/src/rcore_android.c @@ -928,6 +928,7 @@ const char *GetMonitorName(int monitor) // Set clipboard text content void SetClipboardText(const char *text) { + TRACELOG(LOG_INFO, "SetClipboardText not implemented in rcore_android.c"); }