fishfolk / jumpy

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
https://fishfolk.org/games/jumpy/
Other
1.59k stars 116 forks source link

Cannot tab out of game in fullscreen #975

Open MaxCWhitehead opened 2 months ago

MaxCWhitehead commented 2 months ago

Description

In full screen, I cannot tab out of game.

To Reproduce

  1. Run Game
  2. Make sure settings are for fullscreen mode
  3. Press keybind to switch windows (alt+tab, cmd+tab, etc. varies based on playform)

Expected Behavior

No response

Additional Context

I repro this on macOS, a playtester reported it on Windows 11.

Log Messages

No response

MaxCWhitehead commented 2 months ago

Potential fix for this seems to be using border-less fullscreen mode: https://github.com/fishfolk/bones/pull/391