summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2017.UWP/raylib.App.UWP
diff options
context:
space:
mode:
authorhristo <[email protected]>2021-02-07 21:55:27 +0200
committerGitHub <[email protected]>2021-02-07 20:55:27 +0100
commit70965f20d5249d9302a4d56c6b8ebafebc834e22 (patch)
treefab9731b75a9322ecbd49ed02b90eaa858b26d8d /projects/VS2017.UWP/raylib.App.UWP
parent67206a54153e4292fd706c98b8024df16b0f5c97 (diff)
downloadraylib-70965f20d5249d9302a4d56c6b8ebafebc834e22.tar.gz
raylib-70965f20d5249d9302a4d56c6b8ebafebc834e22.zip
Disabling WindowSizeCallback around fullscreen toggle. (#1480)
* Disabling WindowSizeCallback around fullscreen toggle. #1294 fixed the issue that toggle fullscreen changes the screen size because of the WindowSizeCallback. The proposed edit by @raysan5 was to comment out WindowSizeCallback which I essentially simplified to disable the callback around the set window monitor functions. The developers using the ToggleFullscreen function should be aware that they need to size the screen correctly on that same frame. Otherwise they should check if fullscreen and size properly using the GetMonitorWidth and GetMonitorHeight functions. * Update core.c Fix issue from merge
Diffstat (limited to 'projects/VS2017.UWP/raylib.App.UWP')
0 files changed, 0 insertions, 0 deletions