Implemented widget tree, gesture propagation and some more stuff:
- New naming rule: an "event" is triggered by a driver, a "gesture" is triggered by a tracker and delegated to the application by a widget. - point down, move and up have been generalized to "events". - Windows have been replaced by widgets, chich also support a tree structure. - Gestures are propagated to parent widgets, events are delegated to child widgets. both propagation and delegation can be stopped by a handler. - Gestures now save their originating event, events save their originating touch points. - Test programs have been adapted to the new gesture binding style.
Showing
src/drivers/__init__.py
0 → 100644
src/event.py
0 → 100644
src/event_driver.py
0 → 100644
src/events.py
0 → 100644
src/widget.py
0 → 100644
src/widgets.py
0 → 100644
src/window.py
deleted
100644 → 0
Please register or sign in to comment