Skip to content

review fullscreen support - #564

Open
ColleagueRiley wants to merge 10 commits into
ColleagueRiley:mainfrom
Hedgehogsoft:main
Open

review fullscreen support#564
ColleagueRiley wants to merge 10 commits into
ColleagueRiley:mainfrom
Hedgehogsoft:main

Conversation

@ColleagueRiley

@ColleagueRiley ColleagueRiley commented Jul 14, 2026

Copy link
Copy Markdown
Owner
  • create enum RGFW_fullscreenMode for no fullscreen, exclusive fullscreen or borderless fullscreen modes and comments direclty defining what these modes mean for the user
  • allow the user to set the fullscreen mode using RGFW_window_setFullscreen
  • use RGFW_window_setFullscreen as a standard function in RGFW, to standardize fullscreen behavior across each platform, using RGFW_window_setFullscreenPlatform for platform specific code
  • save the fullscreen monitor to avoid bugs
  • save the border state so that way the window returns to the original border state rather than possibly creating a bug if the window was borderless to begin with

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

macOS - toggling fullscreen loses keyup events macOS - toggling fullscreen on, then off and window decoration is also gone

1 participant