mirror of
https://github.com/servo/servo.git
synced 2025-07-28 17:50:37 +01:00
Fix ordering of mousemove event
This commit is contained in:
parent
b1bd409047
commit
5fe54b8003
3 changed files with 80 additions and 84 deletions
|
@ -552,7 +552,7 @@ pub enum CompositorEvent {
|
|||
),
|
||||
/// The mouse was moved over a point (or was moved out of the recognizable region).
|
||||
MouseMoveEvent(
|
||||
Option<Point2D<f32>>,
|
||||
Point2D<f32>,
|
||||
Option<UntrustedNodeAddress>,
|
||||
// Bitmask of MouseButton values representing the currently pressed buttons
|
||||
u16,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue