mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
Fix pointer not moving on udev
oops
This commit is contained in:
parent
c96b01f733
commit
9b5b242aea
1 changed files with 1 additions and 0 deletions
|
@ -538,6 +538,7 @@ impl State {
|
|||
return;
|
||||
};
|
||||
let mut pointer_loc = pointer.current_location();
|
||||
pointer_loc += event.delta();
|
||||
|
||||
// clamp to screen limits
|
||||
// this event is never generated by winit
|
||||
|
|
Loading…
Reference in a new issue