MCPcopy
hub / github.com/geekcomputers/Python / on_draw

Method on_draw

PongPong_Game/pongpong.py:35–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 )
34
35 def on_draw(self):
36 self.clear()
37 self.main_batch.draw()
38
39
40game_window = PongPongWindow(width=WIDTH, height=HEIGHT, caption="PongPong")

Callers

nothing calls this directly

Calls 2

clearMethod · 0.80
drawMethod · 0.45

Tested by

no test coverage detected