(self)
| 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 | |
| 695 | def load_last_user(lastuserpath): |
| 696 | path = os.path.join(get_data_dir(), lastuserpath) |