Skip to content

Commit

Permalink
remove mouse coalescing (#195)
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Johnston <[email protected]>
  • Loading branch information
httnn and glowcoil authored Oct 29, 2024
1 parent 36db2a1 commit cd4df61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/macos/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,6 @@ extern "C" fn view_will_move_to_window(this: &Object, _self: Sel, new_window: id
let tracking_areas: *mut Object = msg_send![this, trackingAreas];
let tracking_area_count = NSArray::count(tracking_areas);

let _: () = msg_send![class!(NSEvent), setMouseCoalescingEnabled: NO];

if new_window == nil {
if tracking_area_count != 0 {
let tracking_area = NSArray::objectAtIndex(tracking_areas, 0);
Expand Down

0 comments on commit cd4df61

Please sign in to comment.