Skip to content
Snippets Groups Projects
Commit ab793943 authored by q3k's avatar q3k
Browse files

py: remove instantiation from scoll app

parent 0abef408
Branches
No related tags found
No related merge requests found
......@@ -70,6 +70,3 @@ class ScrollDemo(Application):
def think(self, ins: InputState, delta_ms: int) -> None:
super().think(ins, delta_ms)
self.scroll.update(self.input.captouch.petals[self.PETAL_NO].gesture, delta_ms)
app = ScrollDemo("scroll")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment