Skip to content

Commit

Permalink
fix: broadcast surface events
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Dec 13, 2023
1 parent 55759e5 commit 51723e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sctk/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,9 @@ where
| SctkEvent::SessionLocked
| SctkEvent::SessionLockFinished
| SctkEvent::SessionUnlocked
| SctkEvent::PopupEvent { .. }
| SctkEvent::LayerSurfaceEvent { .. }
| SctkEvent::WindowEvent { .. }
);
if remove {
let event = sctk_events.remove(i);
Expand Down

0 comments on commit 51723e8

Please sign in to comment.