mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
ab17d31bbf
commit
71a05a9c39
103 changed files with 103 additions and 103 deletions
|
@ -41,7 +41,7 @@ impl MouseEventDerived for Event {
|
|||
}
|
||||
|
||||
impl MouseEvent {
|
||||
pub fn new_inherited() -> MouseEvent {
|
||||
fn new_inherited() -> MouseEvent {
|
||||
MouseEvent {
|
||||
mouseevent: UIEvent::new_inherited(MouseEventTypeId),
|
||||
screen_x: Traceable::new(Cell::new(0)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue