mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
d4a522d9da
Go's int can be 64bit or 32bit, while C's int is always 32bit on Windows in Ebiten usage. For C's int argument, do not pass Go's int pointer or broken values are set. Related to #829 |
||
---|---|---|
.. | ||
glfw | ||
const.go | ||
gen.go | ||
generate.go | ||
glfw_notwindows.go | ||
glfw_windows.go | ||
glfwdll_windows_386.go | ||
glfwdll_windows_amd64.go | ||
keys.go | ||
load_windows.go | ||
native_darwin.go | ||
native_windows.go | ||
type.go |