From 123144c93bfc77883c8fb517828b47bbe13b8671 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 21 Apr 2025 11:09:56 +0200 Subject: Initial commit --- raylib/src/external/glfw/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 raylib/src/external/glfw/README.md (limited to 'raylib/src/external/glfw/README.md') diff --git a/raylib/src/external/glfw/README.md b/raylib/src/external/glfw/README.md new file mode 100644 index 0000000..c5501ff --- /dev/null +++ b/raylib/src/external/glfw/README.md @@ -0,0 +1,18 @@ +# GLFW (modified for raylib) + +This directory contains a modification of GLFW, whose official website and +upstream repository are https://glfw.org and https://github.com/glfw/glfw, +respectively. + +In this modification, some static functions sharing the same name in different +platforms have been renamed so all of GLFW's source files can be combined into +one (as done by ``rglfw.c``). Also, the Null platform, which is not used by +raylib, has been disabled. The renamed functions are: + +`` +createKeyTables() +translateKey() +acquireMonitor() +releaseMonitor() +`` + -- cgit v1.3