Skip to content

Commit

Permalink
Remove cursor-hiding logic (on window unfocused)
Browse files Browse the repository at this point in the history
  • Loading branch information
attackgoat committed Mar 23, 2024
1 parent 971cd46 commit 44dd2e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screen-13"
version = "0.11.2"
version = "0.11.3"
authors = ["John Wells <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 0 additions & 4 deletions src/event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ impl EventLoop {
} => {
window.exit();
}
Event::WindowEvent {
event: WindowEvent::Focused(false),
..
} => self.window.set_cursor_visible(true),
Event::WindowEvent {
event: WindowEvent::Resized(size),
..
Expand Down

0 comments on commit 44dd2e8

Please sign in to comment.