예제 #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
예제 #2
0
 def __init__(self, window, surface):
     Drawable.__init__(self)
     ViewTools.__init__(self, window, surface, dynamic_objects)
     self.focus_object = False
예제 #3
0
 def __init__(self, window, surface):
     Drawable.__init__(self)
     ViewTools.__init__(self, window, surface, dynamic_objects)
     self.focus_object = False