mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add link following and refactor the profiler.
This commit is contained in:
parent
e5c0021299
commit
a53a7f689d
18 changed files with 325 additions and 107 deletions
|
@ -12,7 +12,9 @@ use geom::point::Point2D;
|
|||
pub enum Event {
|
||||
ResizeEvent(uint, uint, comm::Chan<()>),
|
||||
ReflowEvent,
|
||||
ClickEvent(Point2D<f32>),
|
||||
ClickEvent(uint, Point2D<f32>),
|
||||
MouseDownEvent(uint, Point2D<f32>),
|
||||
MouseUpEvent(uint, Point2D<f32>),
|
||||
}
|
||||
|
||||
pub struct Event_ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue