ebiten/internal/glfw
Hajime Hoshi d4a522d9da glfw: Bug fix: Do not pass Go's int pointer
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
2019-02-24 23:10:18 +09:00
..
glfw glfw: Add DLL build results 2018-12-31 15:46:01 +09:00
const.go glfw: Implement DLL version of the binding 2018-12-31 15:48:34 +09:00
gen.go glfw: Add DLL build results 2018-12-31 15:46:01 +09:00
generate.go glfw: Add DLL build results 2018-12-31 15:46:01 +09:00
glfw_notwindows.go ui: Add IsWindowResizable and SetWindowResizable (again) 2019-01-09 00:24:16 +09:00
glfw_windows.go glfw: Bug fix: Do not pass Go's int pointer 2019-02-24 23:10:18 +09:00
glfwdll_windows_386.go glfw: Add DLL build results 2018-12-31 15:46:01 +09:00
glfwdll_windows_amd64.go glfw: Add DLL build results 2018-12-31 15:46:01 +09:00
keys.go glfw: Start implementing glfw package (Key) 2018-12-30 01:11:49 +09:00
load_windows.go glfw: Skip error check at proc call 2018-12-31 15:48:37 +09:00
native_darwin.go glfw: Separate glfw-dependent part and the other part 2018-12-30 20:45:50 +09:00
native_windows.go glfw: Implement DLL version of the binding 2018-12-31 15:48:34 +09:00
type.go ui: Add IsWindowResizable and SetWindowResizable (again) 2019-01-09 00:24:16 +09:00