Closed sgayda2 closed 10 years ago
With v2 it now will not compile because its missing things in the keyboard and mouse packages
../../../../azul3d.org/gfx/window.v2/glfwconvert.go:188: undefined: keyboard.F25 ../../../../azul3d.org/gfx/window.v2/glfwwindow.go:514: undefined: mouse.Scrolled
Those are new additions to the keybaord and mouse packages. You can update each one respectively: go get -u azul3d.org/keyboard.v1 go get -u azul3d.org/mouse.v1
keybaord
mouse
go get -u azul3d.org/keyboard.v1
go get -u azul3d.org/mouse.v1
Closing due to inactivity.
With v2 it now will not compile because its missing things in the keyboard and mouse packages
azul3d.org/gfx/window.v2
../../../../azul3d.org/gfx/window.v2/glfwconvert.go:188: undefined: keyboard.F25 ../../../../azul3d.org/gfx/window.v2/glfwwindow.go:514: undefined: mouse.Scrolled