mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Docs initial
This commit is contained in:
@@ -11,6 +11,13 @@ class BaseScreen():
|
||||
self.fonts = fonts
|
||||
|
||||
def update(self, surface, update_type, rects):
|
||||
"""
|
||||
Draw this screen to the surface
|
||||
|
||||
:param surface:
|
||||
:param update_type:
|
||||
:param rects:
|
||||
"""
|
||||
pass
|
||||
|
||||
def event(self, event):
|
||||
|
||||
Reference in New Issue
Block a user