mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
a040aae83b
Fixes #1000 |
||
---|---|---|
.. | ||
deps/mingw | ||
include/GLFW | ||
src | ||
COPYING.txt | ||
README.md |
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.