示例#1
0
func update() error {
	if chError == nil {
		return errors.New("mobile: chError must not be nil: Start is not called yet?")
	}
	return ui.Render(chError)
}
示例#2
0
文件: run.go 项目: carriercomm/ebiten
func (e *eventDispatcher) Render() error {
	if chError == nil {
		return errors.New("mobile: chError must not be nil: Start is not called yet?")
	}
	return ui.Render(chError)
}