X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;ds=sidebyside;f=naja%2Fscenes%2Fscene.py;fp=naja%2Fscenes%2Fscene.py;h=c82427d565790299f5cab195958a84df635a46d3;hb=ad08d93da75b41011d609a8ecd2a7748af6737f9;hp=13cafc302bbd8f09277c92e982e524e17ab2c559;hpb=9959d703e59a5baa3aaad6fd3d5de88385f7c3e0;p=naja.git diff --git a/naja/scenes/scene.py b/naja/scenes/scene.py index 13cafc3..c82427d 100644 --- a/naja/scenes/scene.py +++ b/naja/scenes/scene.py @@ -18,5 +18,8 @@ class Scene(object): def exit(self): pass - def handle_event(self): + def render(self, surface): + pass + + def handle_event(self, ev): pass