We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde4c8f commit 9c1d508Copy full SHA for 9c1d508
lighthouse-protocol/src/input/mouse_event.rs
@@ -12,6 +12,8 @@ pub struct MouseEvent {
12
pub source: EventSource,
13
/// The mouse button.
14
pub button: MouseButton,
15
- /// The mouse position.
+ /// The mouse position on the lighthouse grid.
16
pub pos: Pos<f64>,
17
+ /// The mouse movement on the lighthouse grid.
18
+ pub movement: Pos<f64>,
19
}
0 commit comments