From cdda4c4182c9ee068567529715e4a5c68a8efb58 Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Sat, 20 Sep 2025 22:28:15 +0300 Subject: Init commit v1.0 --- deps/raylib/src/external/glfw/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 deps/raylib/src/external/glfw/README.md (limited to 'deps/raylib/src/external/glfw/README.md') diff --git a/deps/raylib/src/external/glfw/README.md b/deps/raylib/src/external/glfw/README.md new file mode 100644 index 0000000..c5501ff --- /dev/null +++ b/deps/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.2.3-70-g09d2