MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / on_draw

Method on_draw

brainworkshop.py:690–693  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

688 return window.remove_handlers(self.on_key_press, self.on_draw)
689
690 def on_draw(self):
691 window.clear()
692 self.batch.draw()
693 return pyglet.event.EVENT_HANDLED
694
695def load_last_user(lastuserpath):
696 path = os.path.join(get_data_dir(), lastuserpath)

Callers 1

__init__Method · 0.95

Calls 2

clearMethod · 0.80
drawMethod · 0.45

Tested by

no test coverage detected