You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OSX 10.10.5]
when i run gxui sample project on web.
but, I get this error:
github.com/google/gxui/drivers/gl/keyboard_translate.go:141:7: duplicate case glfw.KeyEnd (constant -1 of type github.com/goxjs/glfw.Key) in expression switch
github.com/google/gxui/drivers/gl/keyboard_translate.go:113:7: previous case
github.com/google/gxui/drivers/gl/keyboard_translate.go:145:7: duplicate case glfw.KeyScrollLock (constant -1 of type github.com/goxjs/glfw.Key) in expression switch
github.com/google/gxui/drivers/gl/keyboard_translate.go:113:7: previous case
github.com/google/gxui/drivers/gl/keyboard_translate.go:147:7: duplicate case glfw.KeyNumLock (constant -1 of type github.com/goxjs/glfw.Key) in expression switch
github.com/google/gxui/drivers/gl/keyboard_translate.go:113:7: previous case
github.com/google/gxui/drivers/gl/keyboard_translate.go:149:7: duplicate case glfw.KeyPrintScreen (constant -1 of type github.com/goxjs/glfw.Key) in expression switch
github.com/google/gxui/drivers/gl/keyboard_translate.go:113:7: previous case
github.com/google/gxui/drivers/gl/keyboard_translate.go:151:7: duplicate case glfw.KeyPause (constant -1 of type github.com/goxjs/glfw.Key) in expression switch
github.com/google/gxui/drivers/gl/keyboard_translate.go:113:7: previous case
github.com/google/gxui/drivers/gl/keyboard_translate.go:113:7: too many errors
[OSX 10.10.5]
when i run gxui sample project on web.
but, I get this error:
Help plz fix this.