Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ pub struct PointerEvent {
pub buttons: Button,
pub x: f64,
pub y: f64,
pub movement_x: i64,
pub movement_y: i64,
pub movement_x: f64,
pub movement_y: f64,
pub pressure: f64,
pub tilt_x: i32,
pub tilt_y: i32,
Expand Down
Loading