예제 #1
0
파일: player.go 프로젝트: jimarnold/gon
func keyDown(window *glfw.Window, key glfw.Key) bool {
	return window.GetKey(key) == glfw.Press
}