|
Rationalise hit testing in the new RenderNode world
- makes the event logic not involve a boolean return value (since we ignored it anyway)
- splits the event handling logic into two steps, hit testing and event dispatch
- introduces an App class on the Dart side to factor out the interaction with the C++ side
- ports sector-layout and simple_render_tree to the new App infrastructure
- port simple_render_tree to the new event handling logic
- implement hit testing for the sector-layout demo
R=eseidel@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/a865f73d9c1044e223776c0c8c4abf6be11b5e48
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+190 lines, -137 lines) |
Patch |
 |
M |
sky/engine/core/view/EventCallback.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sky/engine/core/view/EventCallback.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sky/engine/core/view/View.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sky/engine/core/view/View.cpp
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sky/engine/public/sky/sky_view.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sky/engine/public/sky/sky_view.cc
|
View
|
|
1 chunk |
+8 lines, -15 lines |
0 comments
|
Download
|
 |
M |
sky/examples/raw/sector-layout.dart
|
View
|
|
9 chunks |
+65 lines, -34 lines |
0 comments
|
Download
|
 |
M |
sky/examples/raw/simple_render_tree.dart
|
View
|
|
3 chunks |
+6 lines, -30 lines |
0 comments
|
Download
|
 |
M |
sky/examples/raw/touch_demo.dart
|
View
|
|
4 chunks |
+4 lines, -21 lines |
0 comments
|
Download
|
 |
M |
sky/sdk/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
sky/sdk/lib/framework/app.dart
|
View
|
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/sdk/lib/framework/layout2.dart
|
View
|
|
9 chunks |
+64 lines, -31 lines |
1 comment
|
Download
|
Total messages: 4 (1 generated)
|