示例#1
0
文件: player.go 项目: jimarnold/gon
func keyDown(window *glfw.Window, key glfw.Key) bool {
	return window.GetKey(key) == glfw.Press
}