Skip to content

Commit

Permalink
Full screen... no cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thompson committed Jan 7, 2024
1 parent 34b8803 commit bfd8beb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ fn main() {
title: "TRD2024 - Orcombe Point edition".to_string(),
resolution: (1920.0, 1080.0).into(),
present_mode: window::PresentMode::AutoVsync,
mode: window::WindowMode::BorderlessFullscreen,
cursor: window::Cursor {
visible: false,
..default()
},
..default()
}),
..default()
Expand Down

0 comments on commit bfd8beb

Please sign in to comment.