ebiten/internal/glfw/glfw
2020-02-23 03:10:38 +09:00
..
deps/mingw
include/GLFW Update GLFW to v3.3.2 2020-02-23 03:10:38 +09:00
src Update GLFW to v3.3.2 2020-02-23 03:10:38 +09:00
COPYING.txt
README.md glfw: Update to GLFW 3.3 2019-11-26 01:19:20 +09:00

These files are basically copy of github.com/v3.3/glfw/glfw.

There is one change from the original files: GLFWscrollfun takes pointers instead of values since all arguments of C functions have to be 32bit on 32bit Windows machine.