Fix ordering of mousemove event

This commit is contained in:
Utsav Oza 2020-07-26 18:36:30 +05:30
parent b1bd409047
commit 5fe54b8003
3 changed files with 80 additions and 84 deletions

View file

@ -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,