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 7330ab8 commit e5b3ef9Copy full SHA for e5b3ef9
1 file changed
input-capture/src/lib.rs
@@ -239,7 +239,8 @@ impl InputCapture {
239
"[release-warp] capture_pos={:?} virtual_cursor={:?} peer_bounds={:?} display_bounds={:?} → warp_target={warp_target:?}",
240
self.capture_pos,
241
self.virtual_cursor,
242
- self.capture_pos.and_then(|p| self.peer_bounds.get(&p).copied()),
+ self.capture_pos
243
+ .and_then(|p| self.peer_bounds.get(&p).copied()),
244
self.capture.display_bounds(),
245
);
246
self.pressed_keys.clear();
0 commit comments