Exemplo n.º 1
0
 def __init__(self, window, surface):
     Drawable.__init__(self)
     ViewTools.__init__(self, window, surface, static_objects)
     GuiElement.__init__(self, surface)
     self.prev_hovered = False
Exemplo n.º 2
0
 def __init__(self, window, surface):
     Drawable.__init__(self)
     ViewTools.__init__(self, window, surface, dynamic_objects)
     self.focus_object = False
Exemplo n.º 3
0
 def __init__(self, window, surface):
     Drawable.__init__(self)
     ViewTools.__init__(self, window, surface, dynamic_objects)
     self.focus_object = False