EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.74k stars 136 forks source link

added key to label conversion function #698

Closed Noofbiz closed 4 years ago

Noofbiz commented 4 years ago

Fixes #693 for GLFW. It revealed a bug in SDL where we're currently using the characters instead of the keys as our engo.Key(#696). It also revealed some changes in syscall/js for go 1.13 that need to be fixed(#697).