Exemple #1
0
func mainLoop(e *bronson.Bronson) {
	shouldQuit = false
	for !shouldQuit {
		handleInput(e)
		e.ProcessOneFrame()
	}
}